# Build artifacts
build/
dist/
wheelhouse/
_skbuild/
*.egg-info/

# Python
__pycache__/
*.py[cod]
*.so
*.dylib
*.pyd

# C/C++
*.o
*.a
*.lib
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile

# Testing
.pytest_cache/

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Script / example output
/*.wav