Skip to content

Commit b75c902

Browse files
borntypingSam Clements
authored andcommitted
Add .cache to the Python .gitignore
`.cache` is generated when unittests are run with py.test
1 parent af40525 commit b75c902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pip-delete-this-directory.txt
2727
# Unit test / coverage reports
2828
.tox/
2929
.coverage
30+
.cache
3031
nosetests.xml
3132
coverage.xml
3233

0 commit comments

Comments
 (0)