.gitignore 154 B

123456789101112131415
  1. *.sw?
  2. # pytest and friends
  3. *.dist-info/
  4. *.egg-info/
  5. __pycache__/
  6. .pytest_cache/
  7. .ropeproject/
  8. .tox/
  9. /build/
  10. /dist/
  11. .vgstash.db
  12. tests/data/test_export.*