Commit
•
b231c1a
1
Parent(s):
9f526d6
ignore __pycache__
Browse files- .gitignore +1 -0
.gitignore
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
.env
|
2 |
.DS_Store
|
|
|
|
1 |
.env
|
2 |
.DS_Store
|
3 |
+
__pycache__/data_loader.cpython-311.pyc
|