local_files_utils#
Attributes#
Functions#
|
Crawls a local directory to retrieve file paths based on specified criteria. |
|
|
|
Module Contents#
- local_files_utils.crawl_local_repo(directory_path: str = DIRECTORY_PATH)[source]#
Crawls a local directory to retrieve file paths based on specified criteria.
- Parameters:
directory_path (str) – The path to the local project directory.
- Returns:
List of file paths that match the criteria.
- Return type:
list