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