15 lines
316 B
Plaintext
15 lines
316 B
Plaintext
# 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.
|