Spaces:
Paused
Paused
| # Ignore local Python environments and cache | |
| venv/ | |
| env/ | |
| **pycache**/ | |
| \*.pyc | |
| # Ignore environment variables (Secrets go in Hugging Face UI, not the image) | |
| .env | |
| .env.local | |
| # Ignore frontend build caches (Vercel will handle the frontend) | |
| .npm-cache/ | |
| frontend/node_modules/ | |
| # Ignore local runtime data so the cloud server starts fresh | |
| .runtime/ | |
| uploads/ | |