Skip to content

Commit b1b2524

Browse files
authored
add files from python tests to .gitignore (#8410)
1 parent 99fa8da commit b1b2524

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,9 @@ credentials.csv
137137
.metals
138138
.bloop
139139

140-
# hypothesis python tests
141-
.hypothesis
140+
# python tests
141+
demo/**/*.txt
142+
*.dmatrix
143+
.hypothesis
144+
__MACOSX/
145+
model*.json

0 commit comments

Comments
 (0)