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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Generated example reports (examples write here; regenerate by running examples/)
output/
*.html

# Built docs site (docs/build_site.py; published to the public Pages repo by CI)
site/

# Pages deploy keypair (the private half is a secret; never commit it)
gh-pages-key
gh-pages-key.pub

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
