*.#*
*.swp

# Bazel (to ensure bazel configs are not recommitted to repo)
*.bazel
*.bzl
.bazel*
bazel-*
WORKSPACE

# downloaded and built binaries
bin
# tmp files
tmp/

# vscode settings
.vscode
