# Byte-compiled / optimized
__pycache__/
*.py[cod]
*.pyo

# Virtual environments
.venv/
venv/

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Build / packaging artifacts
build/
dist/
*.egg-info/

# Coverage
.coverage
htmlcov/

# OS cruft
.DS_Store

# Local Claude Code state (personal, not shared)
.claude/

# Local demo / scratch bundles (e.g. the README quickstart's --dest ./bundles)
/bundles/
/tmp_snapshot/
/make_demo_bundle.py
