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

# Virtual environments
.venv/

# Coverage
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# asciinema recordings (keep the GIF, not the cast)
docs/demo.cast

# Local Claude instructions
CLAUDE.local.md
