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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,6 +5,7 @@ nosetests.xml
|
||||
junit-report.xml
|
||||
pylint.txt
|
||||
toy.py
|
||||
.cache/
|
||||
cover/
|
||||
build/
|
||||
docs/_build
|
||||
|
||||
Reference in New Issue
Block a user