.gitignore 92 B

12345678910
  1. *.egg-info
  2. *.pyc
  3. *.swp
  4. .cache
  5. .coverage
  6. .pytest_cache
  7. .tox
  8. build/
  9. dist/
  10. pip-wheel-metadata/