Cannot see pyc files in PyCharm

4.4k Views Asked by At

I am using PyCharm for a project and I need to access pyc files. Unfortunately, IDE seems not to show *.pyc files nor __pycache__, even in searches with double Shift+Shift. I cannot find settings or documentation about it. Do you have any idea on how can I show these files and folders in IDE?

1

There are 1 best solutions below

0
On BEST ANSWER

The setting you are looking for is Settings... | Editor | File Types | Ignore Files and Folders. Remove *.pyc and __pycache__ from the list to see the files.

enter image description here