# Build
build/
cmake-build-*/

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
compile_commands.json
CMakeUserPresets.json
CTestTestfile.cmake
_deps/

# Compiled objects
*.o
*.a
*.so
*.so.*
*.dylib
*.lib
*.dll
*.out
*.exe

# pkg-config
*.pc

# IDE / Editor
.cache/
.vscode/
.idea/
*.swp
*.swo
*~

# macOS
.DS_Store
dist/
