From 5517de4e9a08d6792a9eeeb56522e609d22e65bb Mon Sep 17 00:00:00 2001 From: mckay Date: Sat, 23 Nov 2024 20:49:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20git=20ignore=20=E5=A2=9E=E5=8A=A0checkpo?= =?UTF-8?q?ints/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4aeeb8b..4eec394 100644 --- a/.gitignore +++ b/.gitignore @@ -170,4 +170,5 @@ cython_debug/ test_data/ logs/ wandb/ -*.pth \ No newline at end of file +*.pth +checkpoints/ \ No newline at end of file