#2 Remove __pycache__ from git and add .gitignore
Closed Opened by bookwar.

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.


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

Metadata