add .gitignore

This commit is contained in:
Alina Bhatti 2025-12-13 15:58:33 +01:00
parent 0ab053c7f1
commit d4cec240bb

13
.gitignore vendored Normal file
View File

@ -0,0 +1,13 @@
# mac + IDE
.DS_Store
.idea/
.vscode/
# build
cmake-build-*/
build/
*.o
*.a
*.exe
Prog3B
memory