Closed mlincett closed 2 years ago
The git-friendliness of the repository could be improved by implementing a .gitignore file.
git
.gitignore
Adding:
*.pyc
flarestack.egg-info
Will submit a PR.
thanks! I love my sheets clean
The
git
-friendliness of the repository could be improved by implementing a.gitignore
file.Adding:
*.pyc
flarestack.egg-info
gives quite a clean sheet.Will submit a PR.