Is your feature request related to a problem? Please describe it.
When I compile a document that has \inputminted, the compilation produces a directory _minted_$(basename $texFileName). :VimtexClean doesn't clean this directory.
Describe the solution you'd like
I'd like to be able to tell :Vimtex that this path is an additional path that it might need to clean when I run :VimtexClean.
Describe alternatives you've considered
Removing it by hand - or overriding the command on my own init.vim.