Add macOS specific ignore for .DS_Store files

This commit is contained in:
Franklin Campos 2026-08-18 15:11:45 -05:00 committed by GitHub
parent 57286c3887
commit 590954436d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -218,3 +218,6 @@ __marimo__/
# Streamlit
.streamlit/secrets.toml
# macOS
*.DS_Store*