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

# Virtualenvs
.venv/
venv/
env/

# Clauderizer disposable cache (rebuilt from markdown)
.clauderizer/index.json

# Local Claude Code settings
.claude/settings.local.json

# OS
.DS_Store
