Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.pyc | |
| .venv/ | |
| backend/.venv/ | |
| .uv/ | |
| # Node | |
| node_modules/ | |
| frontend/.next/ | |
| frontend/out/ | |
| .next/ | |
| # Runtime data (must NOT be committed — these are ephemeral on HF Spaces) | |
| .lancedb/ | |
| .tmp_uploads/ | |
| .cache/ | |
| # Env | |
| .env | |
| .env.local | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |