Spaces:
Running on Zero
Running on Zero
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| .venv/ | |
| venv/ | |
| env/ | |
| # UV | |
| .uv/ | |
| uv.lock | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # Git | |
| .git/ | |
| .gitignore | |
| # Logs | |
| *.log | |
| logs/ | |
| # Vector database and indexes (will be built in container) | |
| chroma_db/ | |
| bm25_index/ | |
| # Testing | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Documentation | |
| *.md | |
| !README_HF.md | |
| docs/ | |