# Build artifacts
build/
build/*.o
build/*.obj
build/*.exe
CMakeCache.txt
CMakeFiles/
cmake-build-*/
Makefile

# IDE
.vs/
.vscode/
*.user
*.suo
*.sln
*.vcxproj*

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

# Temporary files
*.tmp
*.log
*.swp
*.bak

# OS
.DS_Store
Thumbs.db

# Model training artifacts
checkpoints/
*.pth
runs/

# Output files
output/*.wav
output/*.txt
