hydrogeoscience / pygtide

A Python module and wrapper for ETERNA PREDICT to compute gravitational tides on Earth
Mozilla Public License 2.0
50 stars 19 forks source link

PR: Add a .gitignore file to the repo and remove pyc files #4

Closed jnsebgosselin closed 5 years ago

jnsebgosselin commented 5 years ago

This PR is simply to add a .gitignore file to the repository, so that it is easier to work with git. I used the default Python .gitignore template from:

https://github.com/github/gitignore/blob/master/Python.gitignore

I have also removed the pyc files because they should not be added to the git. These files are created automatically when the Python modules are loaded, so it's not useful to have them in the repository.