.gitignore 156 B

1234567891011121314151617181920
  1. /bin
  2. /build3/gmake
  3. /build_cmake/
  4. *.pyc
  5. # Python
  6. __pycache__/
  7. *.py[cod]
  8. # Pip
  9. pip-selfcheck.json
  10. *.whl
  11. *.egg
  12. *.egg-info
  13. # Setuptools
  14. /build
  15. /dist
  16. *.eggs