update .gitignore
This commit is contained in:
parent
85bbe112ce
commit
ad90b06ec9
21
.gitignore
vendored
21
.gitignore
vendored
@ -1,3 +1,20 @@
|
|||||||
|
# Byte-compiled and optimized files
|
||||||
|
__pycache__/
|
||||||
|
*.py[co]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
# Packaging
|
||||||
|
*.egg-info
|
||||||
|
*.eggs
|
||||||
build
|
build
|
||||||
*.pyc
|
dist
|
||||||
*.egg-info/
|
|
||||||
|
# Unit test and coverage files
|
||||||
|
.cache
|
||||||
|
.coverage
|
||||||
|
.coverage.*
|
||||||
|
.tox
|
||||||
|
htmlcov
|
||||||
|
|
||||||
|
# OS X Finder
|
||||||
|
.DS_Store
|
||||||
|
Loading…
x
Reference in New Issue
Block a user