.gitignore 68 B

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