Spaces:
Runtime error
Runtime error
ryanlinjui
commited on
Commit
•
61aebd2
1
Parent(s):
cef4c32
chore: ignore mac DS_STORE
Browse files- .gitignore +3 -0
.gitignore
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
# python cache
|
2 |
__pycache__
|
3 |
|
|
|
|
|
|
|
4 |
# poetry
|
5 |
.venv
|
6 |
poetry.lock
|
|
|
1 |
# python cache
|
2 |
__pycache__
|
3 |
|
4 |
+
# mac
|
5 |
+
.DS_Store
|
6 |
+
|
7 |
# poetry
|
8 |
.venv
|
9 |
poetry.lock
|