gitignore updated

This commit is contained in:
Lorenzo Volpi 2024-04-05 15:50:07 +02:00
parent 322f060a13
commit 7854569c5e
1 changed files with 6 additions and 2 deletions

8
.gitignore vendored
View File

@ -15,7 +15,9 @@ tests/__pycache__/*
tests/*/__pycache__/* tests/*/__pycache__/*
tests/*/*/__pycache__/* tests/*/*/__pycache__/*
htmlcov/* htmlcov/*
test*.py test*.py
selected_gs.py
*.coverage *.coverage
.coverage .coverage
@ -24,7 +26,9 @@ scp_sync.py
out/* out/*
output/* output/*
# !output/main/ results/*
plots/*
dataset_stats/*
.python-version .python-version
poetry.lock poetry.lock