From c30103c7105b5c57379777efcb97d577267ae8d8 Mon Sep 17 00:00:00 2001 From: Michael MIGLIORE Date: Mon, 12 Aug 2024 22:45:18 +0200 Subject: [PATCH] Ignore .DS_Store file (#1561) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d8cdd1977e..72681d1ccd 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ dist __pycache__ *.pyc _version.py +.DS_Store +