You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
317 B
33 lines
317 B
*.a |
|
*.egg |
|
*.egg-info |
|
*.o |
|
*.py[co] |
|
*.pyc |
|
*.so |
|
*.sqlite |
|
.*.swp |
|
.coverage |
|
.installed.cfg |
|
.testrepository |
|
.tox |
|
.venv |
|
AUTHORS |
|
ChangeLog |
|
_build |
|
build |
|
cover |
|
coverage.xml |
|
develop-eggs |
|
dist |
|
eggs |
|
sdist |
|
|
|
# Sphinx documentation |
|
doc/build/ |
|
|
|
# Release Notes documentation |
|
releasenotes/build |
|
|
|
# Api Ref documentation |
|
api-ref/build/
|
|
|