in aws_codeseeder/_bundle.py [0:0]
def _list_files(path: str) -> List[str]: path = os.path.join(path, "**") return [f for f in glob.iglob(path, recursive=True) if os.path.isfile(f) and _is_valid_image_file(file_path=f)]