You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add directory_filter callable arg to extract_from_dir(); this would be used instead of the hard-coded if subdir.startswith('.') or subdir.startswith('_'):
Generate a directory filter callable from an --ignore-dirs argument, if passed in the CLI