From eeee68dbd1c264c30286872161bbd94bdf5e8e33 Mon Sep 17 00:00:00 2001 From: carry <2641257231@qq.com> Date: Sat, 12 Apr 2025 18:42:36 +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 - 在 .gitignore 中添加 test.py 文件,避免测试代码被版本控制 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 72aa735..43f8784 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,5 @@ unsloth_compiled_cache # 测试和参考代码 test.ipynb +test.py refer/ \ No newline at end of file