# Secrets
.env
.env.*

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

# Video analysis frames (intermediate)
.tmp_video_frames/

# IDE
.idea/
.vscode/
*.swp
