chore: 更新 .gitignore 文件

- 在 .gitignore 中添加 test.py 文件,避免测试代码被版本控制
This commit is contained in:
carry 2025-04-12 18:42:36 +08:00
parent 539e14d39c
commit eeee68dbd1

1
.gitignore vendored
View File

@ -32,4 +32,5 @@ unsloth_compiled_cache
# 测试和参考代码 # 测试和参考代码
test.ipynb test.ipynb
test.py
refer/ refer/