# Virtual environments
.venv/
venv/
env/

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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.hypothesis/

# Type-checker / linter caches
.mypy_cache/
.ruff_cache/

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

# Logs
*.log

# Claude Code project settings (machine-local)
.claude/

# mkdocs build output (Section E.1 v0.28.0)
/site/
docs/build/
# Sphinx autosummary stub pages (regenerated at build time from the
# autosummary directive's `autosummary_generate = True` setting).
docs/source/api/generated/
