The original file name is view.py, forms.py but python automatically adds/saves some file named view.pyc, forms.pyc
I want to delete those extra view.pyc and forms.pyc files.
Why do I get those .pyc files?
Or how can I tell python not to create those extra files with .pyc extension?