Update .gitignore with .cache and .coverage
This commit is contained in:
parent
b8f4145d76
commit
8de044427d
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,6 +1,9 @@
|
|||||||
|
.cache
|
||||||
__pycache__/
|
__pycache__/
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
|
.coverage
|
||||||
|
.coverage.*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.pyc
|
*.py[cod]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user