Add .pytest_cache to .gitignore

This commit is contained in:
Florian Bruhin 2018-02-07 12:04:42 +01:00
parent 6d1e3fb2b7
commit 5135e0f35d

1
.gitignore vendored
View File

@ -25,6 +25,7 @@ __pycache__
/.tox
/testresults.html
/.cache
/.pytest_cache
/.testmondata
/.hypothesis
/.mypy_cache