sanic/.gitignore
Harsha Narayana de8c37ad00
fix pip install typo in contribution page
Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
2018-12-28 10:24:03 +05:30

18 lines
162 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/*