Skip to content

Commit 721a2c3

Browse files
Copilotnjzjz
andcommitted
chore: improve .gitignore to prevent test output file commits
Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
1 parent dd1b780 commit 721a2c3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,12 @@ node_modules/
5555
test_dp_test/
5656
test_dp_test_*.out
5757
*_detail.out
58+
59+
# Training and model output files
60+
*.pth
61+
*.ckpt*
62+
checkpoint
63+
lcurve.out
64+
out.json
65+
input_v2_compat.json
66+
frozen_model.*

0 commit comments

Comments
 (0)