# Rust build artifacts
/target
/Cargo.lock

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Audio output files (generated by examples)
*.wav
*.mp3
*.ogg
*.flac

# Exception: Include benchmark assets for reproducibility
!benches/assets/*.wav
!benches/assets/*.mp3
!benches/assets/README.md

# Documentation build
/doc

# Test artifacts
*.profraw
*.profdata

# Backup files
*.bak
*.orig
book/book/
