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

5
.gitignore vendored
View File

@ -28,4 +28,7 @@ Thumbs.db
workdir/
# cache
unsloth_compiled_cache
unsloth_compiled_cache
# 测试代码
test.ipynb