Browse Source

Add .cache to the Python .gitignore

`.cache` is generated when unittests are run with py.test
pull/842/head
Sam Clements 10 years ago
parent
commit
b75c902dbb
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Python.gitignore

+ 1
- 0
Python.gitignore View File

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


Loading…
Cancel
Save