From 96d19c0ffc9c2ab942381f8c02aa04c052e920b3 Mon Sep 17 00:00:00 2001 From: JC6123 Date: Fri, 20 Feb 2026 16:56:57 +0800 Subject: [PATCH] chore: ignore checkpoints and model weights --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d1e4c69..950c55f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,10 @@ wandb outputs data data_local +ckpt +*.ckpt +*.pt +*.pth .vscode _wandb