From b1b2524dbb6dd2216aaf1a46366728484d6c7717 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Wed, 2 Nov 2022 18:57:45 -0500 Subject: [PATCH] add files from python tests to .gitignore (#8410) --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 121fa6688..f6ab297e0 100644 --- a/.gitignore +++ b/.gitignore @@ -137,5 +137,9 @@ credentials.csv .metals .bloop -# hypothesis python tests -.hypothesis \ No newline at end of file +# python tests +demo/**/*.txt +*.dmatrix +.hypothesis +__MACOSX/ +model*.json