Add .cache to the Python .gitignore

`.cache` is generated when unittests are run with py.test
This commit is contained in:
Sam Clements 2013-08-05 23:17:52 +01:00 committed by Sam Clements
parent af405251f0
commit b75c902dbb
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml