Upload .gitignore with huggingface_hub
Browse files- .gitignore +7 -0
.gitignore
CHANGED
|
@@ -4,3 +4,10 @@ out/
|
|
| 4 |
*.pt
|
| 5 |
.git/
|
| 6 |
data/redacted/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
*.pt
|
| 5 |
.git/
|
| 6 |
data/redacted/
|
| 7 |
+
data/kamus_id.txt
|
| 8 |
+
data/kbbi.txt
|
| 9 |
+
data/wikitext2/
|
| 10 |
+
developments.txt
|
| 11 |
+
runs/*/ckpt/
|
| 12 |
+
runs/*/data/
|
| 13 |
+
runs/**/.cache/
|