Ignore pytest cache

This commit is contained in:
MattiaMontanari
2020-05-05 17:32:54 +01:00
parent df822d1556
commit b7749280f7

5
.gitignore vendored
View File

@@ -175,3 +175,8 @@ sysinfo.txt
# Office # Office
~*.pptx ~*.pptx
# Pytest
.cache
.pytest_cache
.mypy_cache