diff --git a/.gitignore b/.gitignore index 3b822a4..d2a5e97 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,7 @@ *.pickle *.log +nohup.out + data/kres_out/* data/kres_example/ diff --git a/Makefile b/Makefile index e890601..c15183e 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,3 @@ env: clean: rm tools/fillpred_model/model.pickle - rm data/kres_out/* -rf \ No newline at end of file