From d5b528d375b486bd9bb16d0fb9db8fd09a32bc88 Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Tue, 8 Apr 2025 12:28:42 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 保留 unsloth_compiled_cache 目录 - 添加 test.ipynb 到忽略列表,避免测试代码影响版本控制 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2153171..8ae706c 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,7 @@ Thumbs.db workdir/ # cache -unsloth_compiled_cache \ No newline at end of file +unsloth_compiled_cache + +# 测试代码 +test.ipynb \ No newline at end of file