Update .gitignore to include .DS_Store ignore

This commit is contained in:
Saqibur Rahman 2023-11-25 23:24:36 +06:00
parent 0103450841
commit 867cf866f8
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,6 +1,9 @@
# Current Project Ignores # Current Project Ignores
config/settings/local.py config/settings/local.py
# OS ignores
*.DS_STORE
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]