From 8af4d542512d7d66f8a58136e7d8d0d04ec906bf Mon Sep 17 00:00:00 2001 From: Emmanuel GUENOU <72025809+eguenou@users.noreply.github.com> Date: Thu, 14 Aug 2025 12:11:57 +0200 Subject: [PATCH] Added .DS_Store to the files to ignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index cb0f8dc8..d78dff18 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -201,3 +201,6 @@ __marimo__/ # Streamlit .streamlit/secrets.toml + +# MacOS +.DS_Store