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

View File

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