# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
*.whl

# Virtual environments / tooling caches
.venv/
.uv-cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Docs build
site/

# Fallback-rebuilt indices live in the XDG cache, outside the repo; the shipped
# prebuilt index (src/gmat_copilot/rag/corpus/index.faiss) is a committed artifact.
.cache/

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store
