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

# Virtual environments
.venv/

# Testing
.pytest_cache/
.coverage
tests/integration/scaffolded/

# MkDocs
site/

# Environment
.env

# Editors
.vscode/
.claude/
