From f3f6c1be521d467faa999899cd4885f04e52a2f1 Mon Sep 17 00:00:00 2001 From: Vikranth3140 Date: Mon, 17 Jun 2024 16:51:52 +0530 Subject: [PATCH] Add macOS specific files to .gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index ceefc460..2eea10c4 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -82,6 +82,9 @@ target/ profile_default/ ipython_config.py +# macOS +.DS_Store + # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: