From 867cf866f84e5d7471eed0b56e3d4b2dc92744af Mon Sep 17 00:00:00 2001 From: Saqibur Rahman Date: Sat, 25 Nov 2023 23:24:36 +0600 Subject: [PATCH] Update .gitignore to include .DS_Store ignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1a4f6c2..7d4d076 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # Current Project Ignores config/settings/local.py +# OS ignores +*.DS_STORE + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]