gitignore updated
This commit is contained in:
parent
322f060a13
commit
7854569c5e
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue