Add .cache to the Python .gitignore
`.cache` is generated when unittests are run with py.test
This commit is contained in:
parent
af405251f0
commit
b75c902dbb
@ -27,6 +27,7 @@ pip-delete-this-directory.txt
|
|||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
.tox/
|
.tox/
|
||||||
.coverage
|
.coverage
|
||||||
|
.cache
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
coverage.xml
|
coverage.xml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user