commit af86336b70df4d8e4fdae1486c0900caeac3f77b Author: Marco van Zijl Date: Fri May 2 17:04:49 2025 +0200 Add .gitignore to exclude .DS_store files diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4a48538 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_store \ No newline at end of file