From 66a53d0a924a3c65e8cd1a7e41a0a50232ed88f1 Mon Sep 17 00:00:00 2001 From: Kabilar Gunalan Date: Thu, 15 Feb 2024 16:22:56 -0600 Subject: [PATCH] Add `.DS_Store` to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 301b915d1..892b644e8 100644 --- a/.gitignore +++ b/.gitignore @@ -125,3 +125,5 @@ dmypy.json # Editor settings .vscode + +.DS_Store