chore: 更新 .gitignore 文件

- 保留 unsloth_compiled_cache 目录
- 添加 test.ipynb 到忽略列表,避免测试代码影响版本控制
This commit is contained in:
carry 2025-04-08 12:28:42 +08:00
parent 475cd033d9
commit d5b528d375

3
.gitignore vendored
View File

@ -29,3 +29,6 @@ workdir/
# cache
unsloth_compiled_cache
# 测试代码
test.ipynb