### Describe the Problem The filtering is not flexible enough, it should be like in git's `.gitignore` ### Describe the Solution Example: `out/**/*test*.h5`, this would filter all `*test*.h5` files in the subfolders of `out` ### Alternatives _No response_ ### Additional Context _No response_