Spaces:
Runtime error
Runtime error
| # secrets | |
| .env | |
| _local_secrets/ | |
| # oauth files (should be provided via env/volume, not baked into images) | |
| backend/credentials.json | |
| backend/token.json | |
| **/credentials.json | |
| **/token.json | |
| # runtime artifacts | |
| backend/worker/tmp/ | |
| backend/worker/uploads/ | |
| __pycache__/ | |
| *.pyc | |
| .DS_Store | |
| # local tooling | |
| .venv/ | |
| .git/ | |