Learn more about these different git repos.
Other Git URLs
pycache stores temporary files created when execution of the python code is triggered. It is not meant to be distributed, thus there is no reason to commit it to git
You can create .gitignore with __pycache__ and *.pyclisted there, so you don't commit them again by mistake.
__pycache__
*.pyc
alright!
Metadata Update from @lenkaseg: - Issue assigned to lenkaseg
fixed in #3
Metadata Update from @lenkaseg: - Issue status updated to: Closed (was: Open)
Cool! Snake.io
Log in to comment on this ticket.