# build dirs
build/
CMakeFiles/
cmake-build-*/
out/
bin/
dist/

# CMake generated files
CMakeCache.txt
Makefile
cmake_install.cmake
CTestTestfile.cmake
install_manifest.txt

# compiled output
LeafWeb
*.o
*.obj
*.a
*.so
*.so.*
*.dll
*.exe

# tooling / cache
.cache/
compile_commands.json

# editor stuff
.vscode/
.idea/
*.swp
*~
