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

# Environments
.venv/
venv/
.env

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# OS
.DS_Store

# Auto-snapshot scratch output (the curated set under docs/screenshots/ IS committed)
docs/screenshots/_auto/
