flask app for plurals to publicly share member lists

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