Add the pytest .cache/ directory to .gitignore

For example, when a pytest run fails, it saves failure metadata to:
`.cache/v/cache/lastfailed`
This commit is contained in:
Ed Morley
2017-06-06 22:44:22 +01:00
parent b6ee4b2156
commit 5a616ee980
+1
View File
@@ -5,6 +5,7 @@ nosetests.xml
junit-report.xml
pylint.txt
toy.py
.cache/
cover/
build/
docs/_build