.gitignore 91 B

123456789
  1. *.pyc
  2. /.coverage
  3. /.mypy_cache/
  4. /.pytest_cache/
  5. /.tox/
  6. /*.egg-info
  7. /build/
  8. /dist/
  9. /MANIFEST