From e04a681d5a0dcbe3a8bd842c219262a17ba64043 Mon Sep 17 00:00:00 2001 From: procrastimax Date: Tue, 27 Jun 2023 23:55:49 +0200 Subject: [PATCH] Adds big tfidf_matrix pickle to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5d381cc..7b897f5 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,5 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +data/tfidf_matrix.pckl