# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Local secrets and environment overrides
.env
.env.*
!.env.example

# Virtual environments
.venv/

# Test and analysis output
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Generated documentation
site/
.cache/
