From f380d80dd5e63f116bd631ef75d2353de60c78cb Mon Sep 17 00:00:00 2001 From: Niraj Sonje Date: Sun, 26 Nov 2023 20:45:07 -0700 Subject: [PATCH] ignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8d69b5a..4e45b05 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ Other code/ *.env __pycache__ *.json -*.joblib \ No newline at end of file +*.joblib +Phase 3/task1.py +Phase 3/utils.py