Преглед на файлове

Add .cache to the Python .gitignore

`.cache` is generated when unittests are run with py.test
Sam Clements преди 11 години
родител
ревизия
b75c902dbb
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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