From a8118a7c1938a32c88ef2de3bea790b40278e26e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Fri, 8 Nov 2024 21:29:13 +0100 Subject: [PATCH] chore: ignore .DS_Store files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d36e45b..ae0d0c5 100644 --- a/.gitignore +++ b/.gitignore @@ -159,4 +159,7 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. .idea/ -!examples/*/*/build \ No newline at end of file +!examples/*/*/build + +.DS_Store +