flask/examples/tutorial/.gitignore
2018-04-09 00:53:25 -07:00

14 lines
118 B
Text

venv/
*.pyc
__pycache__/
instance/
.cache/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.idea/
*.swp
*~