commit cc328ea09dda12918be67d7a4e8104317987005a Author: Sara Date: Tue Feb 17 11:54:32 2026 +0100 chore: added gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc846ad --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# build dirs +[Dd]ebug/ +[Rr]elease/ +[Cc]make/ +[Bb]in/ +[Bb]uild +[Ll]ib/ +[Ll]og/ + +# caches +.cache/