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__/
|
||||
build/
|
||||
dist/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.DS_Store
|
||||
*.egg-info
|
||||
*.pyc
|
||||
*.py[cod]
|
||||
|
Loading…
x
Reference in New Issue
Block a user