.gitignore 103 B

1234567891011
  1. *.egg
  2. *.egg-info/
  3. *.pyc
  4. .*.sw[op]
  5. .coverage
  6. .mypy_cache/
  7. .pytest_cache/
  8. __pycache__/
  9. build/
  10. dist/
  11. tags