Initial commit
Browse files- .gitignore +1 -1
.gitignore
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
# processed_data/
|
| 3 |
__pycache__/
|
| 4 |
.ipynb_checkpoints/
|
| 5 |
-
*.npy
|
| 6 |
.DS_Store
|
| 7 |
|
| 8 |
# __pycache__/
|
|
|
|
| 2 |
# processed_data/
|
| 3 |
__pycache__/
|
| 4 |
.ipynb_checkpoints/
|
| 5 |
+
# *.npy
|
| 6 |
.DS_Store
|
| 7 |
|
| 8 |
# __pycache__/
|