Skip to content

Commit

Permalink
gitignore .* and *.bin
Browse files Browse the repository at this point in the history
  • Loading branch information
dagelf committed Apr 22, 2024
1 parent 2efac66 commit 9122c4b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# dot files and such
.vscode/
./
!.gitignore

# data files
data/

# .bin files generated by Python
gpt2_124M.bin
gpt2_124M_debug_state.bin
gpt2_tokenizer.bin
*.bin

# binaries
test_gpt2
Expand All @@ -21,4 +20,4 @@ dev/cuda/adamw
dev/cuda/matmul_backward_bias

# log files
*.log
*.log

0 comments on commit 9122c4b

Please sign in to comment.