/target
**/*.rs.bk

# Secrets never enter the tree. Config comes from the environment.
.env
.env.*
!.env.example
*.pem
*.key
credentials*

.DS_Store

# Python build output and caches
__pycache__/
*.py[cod]
plugin/dist/
plugin/build/
*.egg-info/

# Per-machine state written by `fastbuild adopt` — a project id that is only
# meaningful against one server's database.
.fastbuild.json
