MANIT_Chat / .dockerignore
WizardCoder2007's picture
first commit
2e9afea
Raw
History Blame Contribute Delete
325 Bytes
# Local configurations and orchestration
docker-compose.yml
# Python caches and local virtual environments
**/__pycache__/
**/*.pyc
**/*.pyo
**/*.pyd
**/.venv/
**/venv/
# Environment Secrets (CRITICAL: Never bake these into the image)
**/.env
.env
# Git history (Keeps the image size small)
.git/
.gitignore
.gitattributes