Add ability to skip directories in loader
If `Loader.load_from_dir()` raises SkipDirectory the directory is pruned. This allows skipping based on forward looking (ie. check a directory for a known file/subdirectory and prune based on it's presence). The git loader prunes based on the presence of a `.git` file or directory anywhere but the project root which would indicate a submodule.
Loading
Please register or sign in to comment