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