From abf429ee75bd4acb1361060c5c3b8685b71d8cd1 Mon Sep 17 00:00:00 2001 From: Marcin Kostrzewski Date: Thu, 5 May 2022 22:41:22 +0200 Subject: [PATCH] Exclude files not needed in repo --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 69742a4..77347e4 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,9 @@ ipython_config.py # git rm -r .ipynb_checkpoints/ data/ +.idea/ +__pycache__ + +evaluation_results.txt +model_out