# Only what this project's toolchain produces. The 201-line template it replaced
# carried Django, Scrapy, Celery, PyBuilder, Spyder and SageMath patterns for a
# repo that uses none of them.

# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Packaging (hatchling -> dist/, plus editable-install leftovers)
build/
dist/
*.egg-info/

# Virtualenvs
.venv/
venv/
env/

# Test and type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Secrets: .env.example is tracked, .env is never
.env
.env.local
.openai_key
.pypirc

# Artifacts the vector stores write
faiss_index/
*.index
