Things like _init_ should be removed from all directories, as currently they are only partly done.
Caches (with pyinstaller especially) should be removed after each build, and if they are used in-game, they should go to _temp folder, so they will be removed after game is exited.
Things like
_init_
should be removed from all directories, as currently they are only partly done.Caches (with pyinstaller especially) should be removed after each build, and if they are used in-game, they should go to _temp folder, so they will be removed after game is exited.