1
0
mirror of https://github.com/github/gitignore synced 2024-12-02 08:25:43 +01:00

Add .cache to the Python .gitignore

`.cache` is generated when unittests are run with py.test
This commit is contained in:
Sam Clements 2013-08-05 23:17:52 +01:00
parent b2c694d792
commit 3f9a50e99c

View File

@ -25,6 +25,7 @@ pip-log.txt
# Unit test / coverage reports # Unit test / coverage reports
.coverage .coverage
.tox .tox
.cache
nosetests.xml nosetests.xml
# Translations # Translations