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

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

# Env / local
.env
.DS_Store

# Renders / scratch artifacts
*.png
!docs/**/*.png
!logo.png
scratch/
