From df1c768f46816cca8eab519d496e756e0d0f1196 Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Sat, 23 May 2026 12:04:14 -0500 Subject: gitignore: exclude /ckpts and /.codex --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 644b422..e94e174 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,10 @@ /wandb/ # checkpoints /checkpoints/ +/ckpts/ # cache /cache/ +/.codex/ # data /data/ -- cgit v1.2.3