Spaces:
Running
Running
| # Virtual environment | |
| .venv/ | |
| # Vector index and database (large binary files) | |
| data/ | |
| results/ | |
| # Logs | |
| *.log | |
| # Downloaded ML models (auto-downloaded at runtime) | |
| models/ | |
| .cache/ | |
| sentence_transformers/ | |
| # Python cache | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .env | |
| venv/ | |
| env/ | |
| .venv/ | |
| # Model cache | |
| .cache/ | |
| # OS files | |
| .DS_Store | |
| Thumbs.db | |
| # IDE | |
| .vscode/ | |
| .idea/ | |