Spaces:
Running
Running
| # Keep the build context small and never ship secrets or local state. | |
| .venv/ | |
| venv/ | |
| __pycache__/ | |
| *.py[cod] | |
| *.egg-info/ | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| # Local runtime data (uploads, sqlite, rendered pages, vector store). | |
| data/ | |
| # Secrets — provided via host env vars in production. | |
| .env | |
| .env.* | |
| # Misc | |
| .git/ | |
| .DS_Store | |
| Thumbs.db | |
| *.log | |