gunicorn/.gitignore
2018-04-28 14:21:34 +03:00

18 lines
267 B
Plaintext
Executable File

*.egg
*.egg-info
*.pyc
*.so
.coverage
.pytest_cache
.tox
__pycache__
build
coverage.xml
dist
examples/frameworks/django/testing/testdb.sql
examples/frameworks/pylonstest/PasteScript*
examples/frameworks/pylonstest/pylonstest.egg-info/
MANIFEST
nohup.out
setuptools-*