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

# Environments
.venv/
.venv-docs/
venv/
.env

# mkdocs build output
site/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/
uv.lock

# Coverage data (parallel data files + combined)
.coverage
.coverage.*
coverage.xml
htmlcov/

# OS
.DS_Store
