21 lines
210 B
Plaintext
21 lines
210 B
Plaintext
# Byte-compiled and optimized files
|
|
__pycache__/
|
|
*.py[co]
|
|
*$py.class
|
|
|
|
# Packaging
|
|
*.egg-info
|
|
*.eggs
|
|
build
|
|
dist
|
|
|
|
# Unit test and coverage files
|
|
.cache
|
|
.coverage
|
|
.coverage.*
|
|
.tox
|
|
htmlcov
|
|
|
|
# OS X Finder
|
|
.DS_Store
|