From 4e2335d745384aec847292f904514be64f470e35 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Wed, 7 Feb 2024 03:51:36 -0500 Subject: [PATCH] Ignore macOS filesystem warts. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4d781a25..2434a07e 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ test/__pycache__ /build /artifacts /test/Pipfile + +.DS_Store