.cache

## OSX artifacts
.DS_Store

## Dear ImGui artifacts
imgui.ini
imgui*.ini

## General build artifacts
*.o
*.obj
*.exe

## CMake artifacts
build*/
compile_commands.json

## Visual Studio artifacts
.vs
ipch
*.opensdf
*.log
*.pdb
*.ilk
*.user
*.sdf
*.suo
*.VC.db
*.VC.VC.opendb

## VS code artifacts
.vscode

## Xcode artifacts
project.xcworkspace
xcuserdata

## JetBrains IDE artifacts
.idea
cmake-build-*
