From eb2ce2a96495caa4e54ee75a7caa4d3b600c96ef Mon Sep 17 00:00:00 2001 From: Till Hoffmann Date: Fri, 15 Sep 2023 11:39:03 -0400 Subject: [PATCH] Ignore `.DS_Store` files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5103902..07d3457 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .cook +.DS_Store .ipynb_checkpoints *.hpp *.html