From 7854569c5e67104f6cb665ddd9684564ceb49461 Mon Sep 17 00:00:00 2001 From: Lorenzo Volpi Date: Fri, 5 Apr 2024 15:50:07 +0200 Subject: [PATCH] gitignore updated --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 24f1e81..03b216d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,9 @@ tests/__pycache__/* tests/*/__pycache__/* tests/*/*/__pycache__/* htmlcov/* + test*.py +selected_gs.py *.coverage .coverage @@ -24,7 +26,9 @@ scp_sync.py out/* output/* -# !output/main/ +results/* +plots/* +dataset_stats/* .python-version -poetry.lock \ No newline at end of file +poetry.lock