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

# Virtual environments
.venv/
venv/

# Build artifacts
dist/
build/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Local-only session notes (never publish)
CLAUDE.md
plan.md

# Editors / OS
.idea/
.vscode/
.DS_Store

# Test media output
*.mp4
*.mov
*.webm
*.mkv
!tests/fixtures/*.mp4
