messing around with flask tutorial

.gitignore 99B

123456789101112131415
  1. venv/
  2. *.pyc
  3. __pycache__/
  4. instance/
  5. .pytest_cache/
  6. .coverage
  7. htmlcov/
  8. dist/
  9. build/
  10. *.egg-info/