# clion
cmake-*
.idea

# Visual Studio (and Code)
out
.vs
.vscode
CMakeSettings.json
build*
!building.md

# eclipse
.cproject
.project
.settings/

# others
__pycache__
.DS_Store
tags
.cache
release
.gdbinit
compile_commands.json
.deps/

# custom init scripts
init.sh
src/CMakeCache.txt
src/CMakeFiles/
src/CPackConfig.cmake
src/CPackSourceConfig.cmake
/.mypy_cache/

# macOS debug symbols and compiled test binaries in regression dirs
*.dSYM/
regression/**/test

# Generated doxygen API reference (see .doxygen)
docs/html/
