# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
.venv/
env/
ENV/
.python-version

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/
.hypothesis/

# Type checking and linting
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
.pytype/

# Documentation
site/
docs/reference/

# Editors
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# Windlass runtime artefacts
.windlass/
windlass.toml
windlass.json
windlass.yaml
*.faiss
*.meta.json
chroma/
.chroma/
index/
indexes/

# Secrets — never commit these
.env
.env.*
!.env.example
*.pem
*.key
credentials.json
service-account*.json

# Model and dataset caches
.cache/
models/
*.gguf
*.safetensors
*.bin
