tornado/.gitignore

18 lines
157 B
Plaintext

*.pyc
*.pyo
*.so
*.class
*~
build/
/dist/
MANIFEST
/tornado.egg-info/
.tox/
.vagrant
/.coverage
/htmlcov/
/env/
# Used in demo apps
secrets.cfg
.mypy_cache/