Spaces:
Runtime error
Runtime error
| __pycache__/ | |
| *.pyc | |
| .DS_Store | |
| .env | |
| _local_secrets/ | |
| # --- local secrets / oauth --- | |
| backend/credentials.json | |
| backend/token.json | |
| **/credentials.json | |
| **/token.json | |
| # --- runtime artifacts --- | |
| backend/worker/tmp/ | |
| backend/worker/uploads/ | |
| **/__pycache__/ | |
| *.pyc | |
| .DS_Store | |
| # local secrets + runtime junk | |
| backend/credentials.json | |
| backend/token.json | |
| backend/worker/tmp/ | |
| backend/worker/uploads/ | |
| backend/credentials.json | |
| backend/token.json | |
| backend/worker/tmp/ | |
| backend/worker/uploads/ | |