From e5b60a27fd1e5ce291ba2dbba9bfb58e18677d7a Mon Sep 17 00:00:00 2001 From: Colin Orion Chandler Date: Fri, 27 Sep 2024 13:49:37 +0100 Subject: [PATCH] Update .gitignore Ignore Mac DS_Store files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 82f9275..ab74e15 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ 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