소스 검색

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