summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c986bc45df217a534841b13418e12a217e9fc79d (plain)
1
2
3
4
5
6
7
8
__pycache__/
*.pyc
.venv/
runs/
!runs/*/
!runs/*/summary.csv
.pytest_cache/
report/