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

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# Frontend
frontend/node_modules/

# Demo source files (keep only the built GIF)
docs/*.mov

# OS
.DS_Store
Thumbs.db

# Claude Code
CLAUDE.md

# Editor
.vscode/
.idea/
*.swp
