瀏覽代碼

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