Skip to content

Commit 18444e8

Browse files
committed
Update git ignore for model files
1 parent c6eb00f commit 18444e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
######################################### Copied from Pandas Project
21
# Editor temporary/working/backup files #
32
.#*
43
*\#*\#
@@ -92,6 +91,12 @@ pandas/io/*.dat
9291
pandas/io/*.json
9392
scikits
9493

94+
# Model files #
95+
###############
96+
*.lzma
97+
*.pt
98+
*.npz
99+
95100
# Generated Sources #
96101
#####################
97102
!skts.c

0 commit comments

Comments
 (0)