Commit ·
504f3af
1
Parent(s): 5594457
updated .gitignore
Browse files- .gitignore +5 -1
.gitignore
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
venv/
|
| 2 |
*.pyc
|
| 3 |
__pycache__/
|
| 4 |
-
*/__pycache__/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
venv/
|
| 2 |
*.pyc
|
| 3 |
__pycache__/
|
| 4 |
+
*/__pycache__/
|
| 5 |
+
|
| 6 |
+
Data/
|
| 7 |
+
|
| 8 |
+
*.ipynb
|