Spaces:
Paused
Paused
Commit
·
56a2cd4
1
Parent(s):
284f112
Update .gitignore to exclude .DS_Store files
Browse files- .gitignore +2 -0
.gitignore
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
# Byte-compiled / optimized / DLL files
|
2 |
__pycache__/
|
3 |
*.py[cod]
|
|
|
1 |
+
.DS_Store
|
2 |
+
|
3 |
# Byte-compiled / optimized / DLL files
|
4 |
__pycache__/
|
5 |
*.py[cod]
|