From f35a35c258cc299bb0ee281b4719c87c768af5ce Mon Sep 17 00:00:00 2001 From: Aadit Kamat Date: Tue, 4 Oct 2022 17:19:31 +0800 Subject: [PATCH] Add venv contents to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be94d4f00b8..2cfe5168a6f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ my_classifier.pkl my_dataset.pkl my_feature_list.pkl .DS_Store -__pycache__ \ No newline at end of file +__pycache__ +venv/