.PYC
Python Compiled File
A .pyc file is a compiled bytecode file created by the Python interpreter. When a Python script (.py file) is executed, ...