.gitignore 90 B

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