diff --git a/.gitignore b/.gitignore index 4ea31d47..262be6cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,15 @@ -/build/ +# Build +build/ +output/ + +# Cache __pycache__/ +.ccls-cache/ + +# Editor and IDE Config +.vscode/ +.vs/ +.idea/ + +# CMake +compile_commands.json \ No newline at end of file