sanic/.gitignore
2017-02-09 18:49:11 -08:00

17 lines
146 B
Plaintext

*~
*.egg-info
*.egg
*.eggs
*.pyc
.coverage
.coverage.*
coverage
.tox
settings.py
.idea/*
.cache/*
.python-version
docs/_build/
docs/_api/
build/*