flask/examples/javascript/.gitignore
2018-04-12 11:06:02 -07:00

14 lines
118 B
Text

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