gather_qmd_files
=None) __main__.gather_qmd_files(paths, exclude
Gather all .qmd files from a list of files and directories, excluding specified paths.
Parameters
Name | Type | Description | Default |
---|---|---|---|
paths | list of str or Path | List of file or directory paths. | required |
exclude | list of str or Path | List of files or directories to exclude. | None |
Returns
Name | Type | Description |
---|---|---|
list of str | List of .qmd file paths found, excluding those in exclude . |
Notes
Adapted from code generated by Perplexity.