# Python
venv/
__pycache__/
*.pyc
*.pyo
.Python

# Packaging build artifacts
dist/
build/
*.egg-info/

# Secrets
.env

# Session data (stored globally at ~/.video-analyzer/, not in repo)
output/

# Local planning / dogfooding artifacts — kept on disk, never committed
docs/
*-recipe.md

# Editor
.vscode/
.idea/
