From 0907f292ae8189c6195c54640a9e6cda7610ff48 Mon Sep 17 00:00:00 2001 From: Garret Patti <42485635+garretpatti@users.noreply.github.com> Date: Wed, 29 Jul 2026 07:22:18 -0400 Subject: [PATCH] ignore macos ds_store files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b66f296..6b8c511 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ frontend/dist/ __pycache__/ *.pyc .venv/ +.DS_Store \ No newline at end of file