Files
Father Bot fe126441d7 Expand .dockerignore to trim build context and secrets
Exclude .git, Python bytecode caches, .DS_Store and the local
config.yml/config.env from the Docker build context so they are not
sent to the daemon or baked into the image.
2025-12-24 16:29:42 +03:00

15 lines
174 B
Plaintext

.git
.gitignore
mongodb
# Python caches
__pycache__/
*.py[cod]
# macOS
.DS_Store
# local secrets / config (mounted at runtime instead)
config/config.yml
config/config.env