diff --git a/.gitignore b/.gitignore index c414c83..5dbb933 100644 --- a/.gitignore +++ b/.gitignore @@ -93,4 +93,7 @@ CMakeUserPresets.json # IDE .idea/ -.vscode/ \ No newline at end of file +.vscode/ + +# Build directories +build/ \ No newline at end of file