MetOffice / CATNIP

Climate Analysis Tool: Now In Python
Other
5 stars 2 forks source link

create .gitignore file and removing files which should not be under version control #22

Closed nhsavage closed 4 years ago

nhsavage commented 4 years ago

.pyc files (and others) should not be under version control and to make sure they are not added, we need a .gitignore file. We should also consider deleting any .pyc files etc that are already under verison control

nhsavage commented 4 years ago

a template for this file is here: https://github.com/github/gitignore/blob/master/Python.gitignore

zmaalick commented 4 years ago

Merged and closing this issue