Sunday, April 7, 2024

How to hide __pycache__ directory in Visual Studio Code

File -> Preferences -> Settings (or Ctrl+,)
Search for term: files.exclude
Click on Add Pattern
Add: **/__pycache__
Click on OK

Done!

No comments:

Post a Comment