53f45810ff
* assign app before handle_request so that request.app could be used in case of connection timeout * gitignore pip-wheel-metadata/ * remove default app for request class and fix lint issue
20 lines
183 B
Plaintext
20 lines
183 B
Plaintext
*~
|
|
*.egg-info
|
|
*.egg
|
|
*.eggs
|
|
*.pyc
|
|
.coverage
|
|
.coverage.*
|
|
coverage
|
|
.tox
|
|
settings.py
|
|
.idea/*
|
|
.cache/*
|
|
.python-version
|
|
docs/_build/
|
|
docs/_api/
|
|
build/*
|
|
.DS_Store
|
|
dist/*
|
|
pip-wheel-metadata/
|