Spaces:
Build error
Build error
Commit
•
1089f86
1
Parent(s):
f34a964
Ignoreing pycache and ipynb_checkpoints
Browse files- .gitignore +2 -1
.gitignore
CHANGED
@@ -3,5 +3,6 @@
|
|
3 |
output/
|
4 |
.idea/
|
5 |
notebooks/.
|
6 |
-
|
7 |
data/*/*
|
|
|
|
3 |
output/
|
4 |
.idea/
|
5 |
notebooks/.
|
6 |
+
**/.ipynb_checkpoints/*
|
7 |
data/*/*
|
8 |
+
**/__pycache__/
|