Spaces:
Sleeping
Sleeping
| # Dependencies | |
| node_modules/ | |
| frontend/node_modules/ | |
| .venv/ | |
| venv/ | |
| env/ | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| # Build outputs | |
| .next/ | |
| frontend/.next/ | |
| out/ | |
| build/ | |
| dist/ | |
| # Large model files | |
| *.onnx | |
| backend/models/*.onnx | |
| # Database and uploads | |
| *.db | |
| *.sqlite3 | |
| uploads/ | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| .DS_Store | |