# ThruTracker Project .gitignore

# Large video files (optionally track in Git LFS)
videos/raw/*.mp4
videos/raw/*.avi
videos/raw/*.mov
videos/encoded/*.mp4

# Outputs (regenerable)
outputs/overlay_videos/*.mp4
outputs/masks/*.mp4
outputs/bgsub/*.mp4

# Logs
logs/*.log

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# OS files
.DS_Store
Thumbs.db
