# The build context is gen/<room>/, and the Dockerfile is `COPY . .` — so this
# file is the last thing standing between a stray secret and a public image
# layer. build.py already filters these out of the copy into gen/; this repeats
# the rule at the docker boundary so a hand-built context, or a future copy path
# that forgets, still cannot bake one in.
#
# Copied into gen/<room>/ by build.py's named-file list alongside the Dockerfile.

.env
.env.*
**/.env
**/.env.*
!.env.example
!**/.env.example

__pycache__/
**/__pycache__/
*.pyc
*.pyo

.git/
.venv/
venv/
node_modules/
