# Byte-compiled / cache
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Environments
.venv/
venv/
env/

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

# Build artifacts
build/
dist/
*.whl

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

# Local scratch
_scratch/

# MkDocs output
site/
