# Build output
/build/
/_artefacts/
/*_artefacts/
*.vst3
*.vst3.bundle
*.component
*.aaxplugin
*.app
*.lv2

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CMakeOutput.log
CMakeError.log
cmake-build-*/
Makefile
*.ninja

# Xcode
*.xcodeproj
*.xcworkspace
xcuserdata/
DerivedData/

# IDE / editors
.vscode/
.idea/
.vs/
*.sublime-project
*.sublime-workspace
*.swp
*~

# macOS
.DS_Store
