Spaces:
Build error
Build error
| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| backend/venv/ | |
| backend/.venv/ | |
| backend/env/ | |
| backend/*.db | |
| backend/.env | |
| # Node | |
| frontend/node_modules/ | |
| frontend/.next/ | |
| frontend/.env.local | |
| frontend/.env.production | |
| # Git | |
| .git/ | |
| .github/ | |
| # Docs (not needed in container) | |
| docs/ | |
| .kiro/ | |
| .vscode/ | |
| .temporary_backup/ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| *.log | |
| # Test files | |
| *.test.ts | |
| *.spec.ts | |
| __tests__/ | |