Add a .gitignore
jackmaney opened this issue · 1 comments
jackmaney commented
Things like .DS_Store
and __pycache__
don't belong in a repo. A .gitignore
file is needed. I'd recommend this one from http://gitignore.io.
kotartemiy commented
done