Spaces:
Runtime error
Runtime error
| # Dependencies | |
| node_modules/ | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| env/ | |
| venv/ | |
| .venv/ | |
| # Environment variables | |
| .env | |
| server/.env | |
| .env.local | |
| .env.prod | |
| .env.production | |
| # Build outputs | |
| dist/ | |
| build/ | |
| *.egg-info/ | |
| # Database | |
| *.db | |
| *.sqlite3 | |
| vector_db/ | |
| # Logs | |
| *.log | |
| logs/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Cache | |
| .cache/ | |
| .parcel-cache/ | |
| .next/ | |
| .nuxt/ | |
| # Testing | |
| coverage/ | |
| .nyc_output/ | |
| .pytest_cache/server/models/*.gguf | |
| server/datasets/processed/ | |
| server/models/ | |
| server/vector_db/ | |
| *.db | |
| *.pkl | |
| *.bin | |