mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
Add .cache to the Python .gitignore
`.cache` is generated when unittests are run with py.test
This commit is contained in:
parent
af405251f0
commit
b75c902dbb
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ pip-delete-this-directory.txt
|
|||
# Unit test / coverage reports
|
||||
.tox/
|
||||
.coverage
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue