# Rust build artifacts
/target
**/target

# libmpv local prefix (generated by scripts/setup-libmpv.sh)
/mpv-prefix

# Editor / OS cruft
*.swp
*.swo
*~
.DS_Store
.vscode/
.idea/

# Test fixtures
*.mp4
*.mkv
*.webm
*.avi
*.mov

# Logs / runtime
*.log
