opengeostat / pygslib

GSLIB fortran code wrapped into python
MIT License
122 stars 55 forks source link

Clean-up unnecessary files #64

Open mwtoews opened 2 years ago

mwtoews commented 2 years ago

This PR cleans-up files and directory that appear to be unnecessary. Many of these are temporary objects that are normally filtered out with .gitignore, which has been adjusted to try and ignore other files before they slip in.

Note that pygslib_conda/wheels/*.whl files are also cleaned-up. These should normally be uploaded to PyPI or attached as GitHub release assets. These are normally not included in GitHub source trees.

Have a look, and note any files that should indeed be kept.