# ignore backups/vim's files
*~
.*.swp

# ignore build dirs
build*/

# ignore tests
/.cache
/.tox
__pycache__

# ignore CMake related files generated by Qt Creator
CMakeLists.txt.user

# ignore doxygen generated html
doxygen-html/

# ignore various other IDE config dirs
.vscode/
.idea/
