Commit b75c902d authored by Sam Clements's avatar Sam Clements Committed by Sam Clements

Add .cache to the Python .gitignore

`.cache` is generated when unittests are run with py.test
parent af405251
......@@ -27,6 +27,7 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment