From 6a60a91bf216a140facd7728edb5c76a18431fe9 Mon Sep 17 00:00:00 2001 From: Javier Garcia-Bernardo Date: Wed, 19 Jun 2024 10:39:34 +0200 Subject: [PATCH] remove DS_Store --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 68bc17f..c236e8d 100644 --- a/.gitignore +++ b/.gitignore @@ -158,3 +158,7 @@ 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/ + + +# Mac +.DS_Store \ No newline at end of file