Open
Description
Describe the Problem
Instead of filtering out what I don't want to see, a frequent use-case is to filter what I want to see to focus on the currently relevant.
Describe the Solution
*.csv
main.py
Would show only main.py (if existing anywhere) and .csv-files and hide everything else in the workspace
Negative filtering would normally take priority, i.e. if I add temp*.csv to the hidden files, it should not show up.
It's more or less the same like hiding files, but applying the opposite logic
Alternatives
No response
Additional Context
No response