> Likewise `*.py` doesnt match `sub/*.py` Uhm...
# development
c
Likewise
*.py
doesnt match
sub/*.py
Uhm, it should, given it uses
re.search
rather than
re.match
it should find
*.py
within the
sub/foo.py
path..