Spaces:
Sleeping
Sleeping
| # Python cache/bytecode | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # C extensions | |
| *.so | |
| # Distribution / packaging | |
| .Python | |
| build/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| pip-wheel-metadata/ | |
| share/python-wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| # Unit test / coverage / tools | |
| htmlcov/ | |
| .tox/ | |
| .nox/ | |
| .coverage | |
| .coverage.* | |
| .pytest_cache/ | |
| pytestdebug.log | |
| coverage.xml | |
| *.cover | |
| *.py,cover | |
| .hypothesis/ | |
| .pyre/ | |
| .mypy_cache/ | |
| .pytype/ | |
| .pyright/ | |
| .ruff_cache/ | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| **/.ipynb_checkpoints/ | |
| # Environments | |
| .env | |
| .env.* | |
| !.env.example | |
| .venv/ | |
| venv/ | |
| env/ | |
| ENV/ | |
| .python-version | |
| # Logs | |
| *.log | |
| logs/ | |
| # IDE / Editor | |
| .vscode/ | |
| .vscode-test/ | |
| .idea/ | |
| *.sublime-workspace | |
| *.sublime-project | |
| # OS files | |
| .DS_Store | |
| Thumbs.db | |
| ehthumbs.db | |
| Desktop.ini | |
| # Streamlit | |
| .streamlit/secrets.toml | |
| # Hugging Face / model caches | |
| .huggingface/ | |
| **/.cache/ | |
| transformers_cache/ | |
| hf_cache/ | |
| sentence_transformers_cache/ | |
| torch_cache/ | |
| # Data and artifacts | |
| data/ | |
| .data/ | |
| datasets/ | |
| outputs/ | |
| artifacts/ | |
| checkpoints/ | |
| runs/ | |
| wandb/ | |
| mlruns/ | |
| # Vector store / indexes | |
| vectorstore/ | |
| .vectorstore/ | |
| # faiss_index/ | |
| # indexes/ | |
| # Docker (local overrides) | |
| docker-compose.override.yml |