From 266fcd57adea2694c1f8380e61dff6e616977a09 Mon Sep 17 00:00:00 2001 From: YunyaoZhou Date: Tue, 3 Jun 2025 20:25:31 +0800 Subject: [PATCH] =?UTF-8?q?feat=E2=9C=A8:=20=E6=9B=B4=E6=96=B0.gitignore?= =?UTF-8?q?=E4=BB=A5=E5=BF=BD=E7=95=A5results/=E7=9B=AE=E5=BD=95=EF=BC=8C?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=E9=A1=B9=E7=9B=AE=E6=95=B4=E6=B4=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/.gitignore b/src/.gitignore index 5efd1d5..1ce75f1 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,3 +1,4 @@ checkpoint/* wandb/* -test.py \ No newline at end of file +test.py +results/ \ No newline at end of file