Explorar el Código

Add .cache to the Python .gitignore

`.cache` is generated when unittests are run with py.test
Sam Clements hace 11 años
padre
commit
b75c902dbb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Python.gitignore

+ 1 - 0
Python.gitignore

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