Update tests gitignore file

The .mypy_cache was added to the system test dir gitignore, since it
should be ignored.
This commit is contained in:
Tom Krizek 2022-12-21 12:52:08 +01:00
parent 62eea511db
commit 4145068bfa
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7

View file

@ -1,5 +1,6 @@
.cache
.hypothesis
.mypy_cache
__pycache__
dig.out*
rndc.out*