# Keep the build context lean and secrets out of the image. .git .gitignore **/__pycache__ **/*.pyc **/*.pyo **/*.pyd .pytest_cache .claude logs *.log docker/.env # data/ and config/ ARE included so the named volumes auto-populate defaults # (arm-motion JSONL, typed-replay audio, face/zone galleries) on first run.