mirror of
https://github.com/father-bot/chatgpt_telegram_bot.git
synced 2026-08-03 13:27:16 +03:00
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.
15 lines
174 B
Plaintext
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
|