Update .gitignore
Browse files- .gitignore +4 -1
.gitignore
CHANGED
|
@@ -7,4 +7,7 @@ notebooks/
|
|
| 7 |
*.pyc
|
| 8 |
|
| 9 |
**/.ipynb_checkpoints/
|
| 10 |
-
**/.flashrank_cache/
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
*.pyc
|
| 8 |
|
| 9 |
**/.ipynb_checkpoints/
|
| 10 |
+
**/.flashrank_cache/
|
| 11 |
+
|
| 12 |
+
data/
|
| 13 |
+
sandbox/
|