############
## Windows
############

# Windows image file caches
Thumbs.db
*.o

#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
**/.vs
**/bin
**/Debug/
**/Release/
**/dotnet/packages
**/dotnet/nuget
*.tlog
*.obj
*.log
*.lastbuildstate
*.manifest
*.users
*.user
*.res
*.opendb
*.db
*.unsuccessfulbuild
*.ipch
*.pdb
*.exp
*.ilk
*.idb
*.opensdf
*.sdf
*.u2d
*.suo
*.aps
**/obj
**/x64
**/x86

#########
## CMake
#########
CMakeLists.txt.user
CMakeCache.txt
CMakeUserPresets.json
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
build


###########
## Doxygen
###########
docs/html

###########
## VS Code
###########
.vscode