Is it possible to run dvc pull a folder, ignoring certain folders (.dvc files). If not, would it be possible to implement? Example of a use case below as it is a bit hard to explain.
Inside of folder A, I have folders 10, 11, 20, 21, 31, 41 and I want everything except 20 and 21. Would be something like this possible?
dvc pull -R A --ignore 2*
Thanks!