.gitignore 153 B

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