Closed jackmaney closed 4 years ago
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.
.DS_Store
__pycache__
.gitignore
done
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.