Spaces:
Sleeping
Sleeping
[feat]: upgrade code deployment
Browse files- .gitignore +2 -1
.gitignore
CHANGED
|
@@ -209,7 +209,8 @@ __marimo__/
|
|
| 209 |
|
| 210 |
# local
|
| 211 |
datasets/*
|
| 212 |
-
checkpoints/ckpt_23_10_2025_1/*
|
|
|
|
| 213 |
dc_env/*
|
| 214 |
note.md
|
| 215 |
|
|
|
|
| 209 |
|
| 210 |
# local
|
| 211 |
datasets/*
|
| 212 |
+
# checkpoints/ckpt_23_10_2025_1/*
|
| 213 |
+
checkpoints/*
|
| 214 |
dc_env/*
|
| 215 |
note.md
|
| 216 |
|