Hide __pycache_ folders
Answered
Hi,
Is there a way to configure Fleet to hide the __pycache__ folders? In Pycharm they dont show up by default.
Please sign in to leave a comment.
You can specify the folders you want to hide from the file tree with the following line (in the settings.json file): "files.exclude": [".DS_Store", ".git"]
Please check this reference: https://www.jetbrains.com/help/fleet/settings.html#files.exclude