.gitignore 72 B

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