# Build directories
build/
cmake-build-*/

# CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.cmake
!CMakeLists.txt

# Compiled Python extensions
*.so
*.pyd
*.dylib
*.dll

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# macOS
.DS_Store
.AppleDouble
.LSOverride

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

# Test outputs
test_output/
*.wav
*.flac

# Custom
test.py
