.gitignore 82 B

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