21 lines
181 B
Plaintext
21 lines
181 B
Plaintext
*.py[co]
|
|
*.egg-info
|
|
.*.swp
|
|
|
|
/.idea/
|
|
|
|
/dist/
|
|
/distribute*.tar.gz
|
|
/distribute*.egg
|
|
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
__pycache__/
|
|
|
|
/build/
|
|
/doc/_build/
|