From 10e053cdc87d356f394ac9715d226c2ddd4551af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pta=CC=81k?= Date: Fri, 19 Apr 2024 22:21:25 +0200 Subject: [PATCH] Adds MacOS BS to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5d381cc..1e4878a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ __pycache__/ # C extensions *.so +# MacOs BS +.DS_Store + # Distribution / packaging .Python build/