From 5513cf1e7353e8c3e92a13b592cba8cb7daf0db1 Mon Sep 17 00:00:00 2001 From: Tyler Sheaffer Date: Tue, 8 Mar 2022 14:54:38 -1000 Subject: [PATCH] gitignore .DS_Store --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 209ab249c..2ff890af6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# macOS +.DS_Store + # Python temp files __pycache__/ *.py[cod]