# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.ruff_cache

# Virtual environments
.venv
.pixi

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# Streamlit
.streamlit/

# macOS
.DS_Store

# Editor
.vscode/
.idea/

# Temp / output videos
*.mp4
*.avi
*.mov
*.mkv
*.webm
.claude/

# Docs
site/