From 590954436d983bff73527678e979be4408b2fe2c Mon Sep 17 00:00:00 2001 From: Franklin Campos Date: Tue, 18 Aug 2026 15:11:45 -0500 Subject: [PATCH] Add macOS specific ignore for .DS_Store files --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index b3ec7d5e13..e325d2f3fb 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -218,3 +218,6 @@ __marimo__/ # Streamlit .streamlit/secrets.toml + +# macOS +*.DS_Store*