éteindre pycache python

import sys
sys.dont_write_bytecode = True # annoying pycache remove
# make sure its at the very top of python file eg main.py in frameworks
Elvis