chore: 更新 .gitignore 文件
- 保留 unsloth_compiled_cache 目录 - 添加 test.ipynb 到忽略列表,避免测试代码影响版本控制
This commit is contained in:
parent
475cd033d9
commit
d5b528d375
5
.gitignore
vendored
5
.gitignore
vendored
@ -28,4 +28,7 @@ Thumbs.db
|
|||||||
workdir/
|
workdir/
|
||||||
|
|
||||||
# cache
|
# cache
|
||||||
unsloth_compiled_cache
|
unsloth_compiled_cache
|
||||||
|
|
||||||
|
# 测试代码
|
||||||
|
test.ipynb
|
Loading…
x
Reference in New Issue
Block a user