.gitignore 75 B

123456789101112
  1. *~
  2. *.py[cod]
  3. .pytest_cache/
  4. .tox/
  5. .cache/
  6. build/
  7. dist/
  8. *.egg-info
  9. *.bak