From dc5f90561551cbc7f8fbce329a2b8cfa65589e2c Mon Sep 17 00:00:00 2001 From: Saradindu Sengupta Date: Sun, 19 Jul 2026 23:58:44 +0530 Subject: [PATCH] Add .DS_Store to .gitignore for MacOS --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e057ad0..16bf352 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,6 @@ dmypy.json # templates .github/templates/* .vscode/settings.json + +# MacOS Specific +.DS_Store