From discussion in #41:
We are starting to accumulate default literals for policy configurations (algorithm='md5', include_hidden=False, archive_dive=True).
We should centralize these policies into a single config.py from which these and any new default policies can be imported.
(These are distinct though from e.g. ignore_file=None sentinel values.)
From discussion in #41:
We are starting to accumulate default literals for policy configurations (
algorithm='md5',include_hidden=False,archive_dive=True).We should centralize these policies into a single
config.pyfrom which these and any new default policies can be imported.(These are distinct though from e.g.
ignore_file=Nonesentinel values.)