# Python build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc

# Local media tests
*.mp4
# macOS
.DS_Store

# Benchmark inputs/outputs (all generated by benchmark.py)
benchmark/music.mp3
benchmark/warmup.mp4
benchmark/bench_*.mp4

# Test/tooling caches
.pytest_cache/
