data-env: ignore hidden directory when searching data-env
We have to use `glob.glob` instead of `pathlib.Path.glob` as the later is too limited. Ignoring hidden directly seems like a good idea in general and, in particular, it will make it simpler to ignore the temporary data-envs in the next changesets. To stay compatible with older python, we have deal with the location where to run the glob manually.
Please register or sign in to comment