Python - Modules - Pycache


The __pycache__ directory caches (saves) "compiled" python code. The timestamp of the python file is checked. If it's been updated, the cache is updated.