HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
129 stars 53 forks source link

Adding distribution/packaging patterns to .gitignore #58

Closed loichuder closed 3 years ago

loichuder commented 4 years ago

Making HSDS a Python package (https://github.com/HDFGroup/hsds/pull/26) leads to the creation of folders that should not be staged (.eggs...). This PR adds common patterns of distribution/packaging of Python projects to the .gitignore (part of this gist).

Oh, and I added a restartall.sh script to easily restart an HSDS instance with a rebuilt Docker image. Take it or leave it, it is a separate commit.