.gitignore / cache files pushed
maxnoe opened this issue · 1 comments
maxnoe commented
In the latest commits, a .pyc
file got pushed.
You should add the standard python gitignore.
https://github.com/github/gitignore/blob/master/Python.gitignore
ibab commented
Thanks for spotting this, I've removed the file and added the .gitignore
.