gitignore unittest output file

This commit is contained in:
3wc 2021-08-06 01:53:27 +02:00
parent 5f9fc1adcf
commit 13b2c05476
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ instance/
.pytest_cache/
.coverage
htmlcov/
/unittest-log-output.log
dist/
build/