Add coverage files to gitignore (#2323)

This commit is contained in:
jack1142 2021-06-09 22:33:59 +02:00 committed by GitHub
parent 2c5150c7c6
commit 77021f0fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.venv
.coverage
.coverage.*
_build
.DS_Store
.vscode