.PYO
Compiled Python File
A .pyo file is a compiled version of a Python source code file (.py). It's created when Python is run with the `-O` or `...