gather_qmd_files
__main__.gather_qmd_files(paths, exclude=None)Gather .qmd files from listed files/dirs, excluding specified paths.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| paths | list[str | Path] | List of file or directory paths. | required |
| exclude | list[str | Path] | None | List of files or directories to exclude. Defaults to None. | None |
Returns
| Name | Type | Description |
|---|---|---|
| list[str] | List of .qmd file paths found, excluding those in exclude. |