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
|
||||
.tox/
|
||||
.coverage
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user