Spaces:
Sleeping
Sleeping
| # 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 |