From 085565530d95479bdee9a72c2c92835a13685501 Mon Sep 17 00:00:00 2001 From: Vincil Bishop Date: Fri, 15 Aug 2025 22:59:46 -0500 Subject: [PATCH] Updated to add .DS_Store to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c27d1d902..888a96bbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store build __pycache__* .coverage*