.gitignore 105 B

1234567891011
  1. *.egg-info
  2. *.pyc
  3. *.swp
  4. .cache
  5. .coverage*
  6. .pytest_cache
  7. .tox
  8. __pycache__
  9. build/
  10. dist/
  11. pip-wheel-metadata/