cpt core 4
Browse files- .gitignore +6 -6
.gitignore
CHANGED
|
@@ -164,10 +164,10 @@ cython_debug/
|
|
| 164 |
.ruff_cache
|
| 165 |
venv*/
|
| 166 |
wandb*/
|
| 167 |
-
data/
|
| 168 |
-
pretrain-data/
|
| 169 |
-
contrain-data/
|
| 170 |
core-data-*/
|
| 171 |
-
out/pretrain-core/step-*/
|
| 172 |
-
scripts/out/
|
| 173 |
-
scripts/unsloth_compiled_cache/
|
|
|
|
| 164 |
.ruff_cache
|
| 165 |
venv*/
|
| 166 |
wandb*/
|
| 167 |
+
# data/
|
| 168 |
+
# pretrain-data/
|
| 169 |
+
# contrain-data/
|
| 170 |
core-data-*/
|
| 171 |
+
# out/pretrain-core/step-*/
|
| 172 |
+
# scripts/out/
|
| 173 |
+
# scripts/unsloth_compiled_cache/
|