Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot see pyc files in PyCharm

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?

like image 203
Lore Avatar asked Feb 25 '26 14:02

Lore


1 Answers

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

like image 183
Pavel Karateev Avatar answered Feb 27 '26 05:02

Pavel Karateev



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!