Currently walk is either True (walk the whole tree) or False (only consider the top level). It would be good to enable specifying the depth exactly.
As a possible addition, using fsspec's depth-first walk would allow skipping ignored directory names ealier.
Currently
walkis either True (walk the whole tree) or False (only consider the top level). It would be good to enable specifying the depth exactly.As a possible addition, using fsspec's depth-first walk would allow skipping ignored directory names ealier.