Spaces:
Sleeping
Sleeping
| # OS / editor | |
| .DS_Store | |
| Thumbs.db | |
| .idea/ | |
| .vscode/ | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| .coverage | |
| .coverage.* | |
| htmlcov/ | |
| dist/ | |
| build/ | |
| *.egg-info/ | |
| # Virtual environments | |
| venv/ | |
| .venv/ | |
| backend/.venv/ | |
| ENV/ | |
| env/ | |
| # Environment files | |
| .env | |
| .env.* | |
| !.env.example | |
| # Logs | |
| *.log | |
| logs/ | |
| # Databases / local state | |
| *.db | |
| *.sqlite | |
| *.sqlite3 | |
| # Runtime artifacts | |
| tmp/ | |
| *.tmp | |
| # Frontend | |
| node_modules/ | |
| .next/ | |
| coverage/ | |
| # Local model/checkpoint artifacts (large) | |
| merged_tinyllama_instruction/ | |
| *.bin | |
| *.pt | |
| *.ckpt | |
| *.safetensors | |
| data/sample_docs/*.pdf | |
| data/sample_docs/*.pdf | |