Datasets:
Update .gitignore
Browse files- .gitignore +2 -1
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
**.DS_Store
|
2 |
.idea
|
3 |
-
src
|
|
|
|
1 |
**.DS_Store
|
2 |
.idea
|
3 |
+
src
|
4 |
+
/.ipynb_checkpoints/
|