.claude/

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

# Virtual envs
.venv/
.env

# Tooling caches
.pytest_cache/
.ruff_cache/
.pyright/

# Built example decks
examples/**/*.html
