gunicorn/.gitignore
2018-05-18 13:18:48 -07:00

19 lines
274 B
Plaintext
Executable File

*.egg
*.egg-info
*.pyc
*.so
.coverage
.pytest_cache
.tox
.cache
__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-*