glob()
This is liable to change in the future.
Returns a list of files that match glob search pattern.Arguments
include(defaults toNone) a list of strings specifying patterns of files to include.exclude(defaults to[]) a list of strings specifying patterns of files to exclude.exclude_directories(defaults toTrue) True indicates directories should not be matched.