Spaces:
Running
Running
| # Dependencies | |
| node_modules/ | |
| __pycache__/ | |
| *.pyc | |
| .venv/ | |
| *.egg-info/ | |
| # Data (runtime generated) | |
| data/ | |
| *.db | |
| backend/evaluation/ragas_results.json | |
| # Environment | |
| .env | |
| backend/.env | |
| # Build outputs | |
| frontend/out/ | |
| frontend/.next/ | |
| .next/ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| # Misc | |
| *.log | |
| static/ | |
| .planning/ | |