From 09fddfa5a1224a781ccb2e5ba4632a6eec4218e4 Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Sun, 3 Mar 2024 17:35:05 -0500 Subject: [PATCH] gitignore .DS_Store files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 68bc17f..dbce267 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,5 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +.DS_Store