.gitignore 132 B

12345678910111213
  1. # general things to ignore
  2. build/
  3. dist/
  4. *.egg-info/
  5. *.egg
  6. *.py[cod]
  7. __pycache__/
  8. *.so
  9. *~
  10. # due to using tox and pytest
  11. .tox
  12. .cache