# Python cache
__pycache__/
*.py[cod]

# Distribution / packaging
workspace/
build/
dist/
*.egg-info/
.venv/

# Test/coverage
.coverage
.pytest_cache/
htmlcov/
.tox/

# Media files
*.mp4
*.mov
*.MOV
*.avi
*.mkv
*.m4v
*.webm
*.wmv
*.flv

# Benchmarks and samples
benchmarking/
samples/
benchmark_test.log

# Model checkpoints (large, download separately)
checkpoints/

# Output
/output
/outputs

# Dev/planning docs
frame-ux-improvements.md

# Removed files (kept locally for reference)
benchmark.py
estimate.py
depth_estimators/
scripts/depth_pro.py
scripts/stereo_converter.py
scripts/stitch_video.py

# OS files
.DS_Store

# Editor
.vscode
.ruff_cache/

# Misc
temp*.png
