From 0b993c108fbc29b81d3848269d5bc13f3dd77e3b Mon Sep 17 00:00:00 2001 From: Julius Voggesberger Date: Sat, 27 Mar 2021 22:01:36 +0100 Subject: [PATCH] updated .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 741650f..ebd27c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ # Ignore the n170 dataset, so that it wont be pushed onto the repo -/Dataset/n170 \ No newline at end of file +/Dataset/n170 + +# Ignore unnecessary files +utils/__pycache__ +.idea/ \ No newline at end of file