From 1bcd9328d98f8fb29665f3bf64fb57887e102ed8 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Tue, 28 Jan 2025 21:14:22 -0500 Subject: [PATCH] chore(.gitignore): add .DS_Store to ignore list --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3e3d033..47183f1 100644 --- a/.gitignore +++ b/.gitignore @@ -169,4 +169,5 @@ cython_debug/ # PyPI configuration file .pypirc -rules*.json \ No newline at end of file +rules*.json +.DS_Store \ No newline at end of file