LICENSE
MANIFEST.in
README.md
THIRD_PARTY_NOTICES.md
pyproject.toml
tests/test_aggregation.py
tests/test_application.py
tests/test_cli.py
tests/test_collector_base.py
tests/test_config.py
tests/test_coverage.py
tests/test_end_to_end.py
tests/test_filesystem_collector.py
tests/test_filesystem_ignores.py
tests/test_filesystem_times.py
tests/test_git_changes.py
tests/test_git_collector.py
tests/test_git_objects.py
tests/test_git_reflogs.py
tests/test_git_tags.py
tests/test_linux_statx.py
tests/test_models.py
tests/test_package.py
tests/test_schedule.py
tests/test_terminal_renderer.py
tests/test_time_ranges.py
tests/support/__init__.py
tests/support/git_repo.py
workfold/__init__.py
workfold/__main__.py
workfold/application.py
workfold/cli.py
workfold/config.py
workfold/coverage.py
workfold/iterables.py
workfold/models.py
workfold/pipeline.py
workfold/provenance.py
workfold/py.typed
workfold/reports.py
workfold/sanitization.py
workfold/schedule.py
workfold/time_ranges.py
workfold.egg-info/PKG-INFO
workfold.egg-info/SOURCES.txt
workfold.egg-info/dependency_links.txt
workfold.egg-info/entry_points.txt
workfold.egg-info/requires.txt
workfold.egg-info/top_level.txt
workfold/aggregation/__init__.py
workfold/aggregation/builder.py
workfold/aggregation/layout.py
workfold/aggregation/markers.py
workfold/aggregation/models.py
workfold/aggregation/spill.py
workfold/app/__init__.py
workfold/app/collection.py
workfold/app/coverage.py
workfold/app/coverage_text.py
workfold/app/report_context.py
workfold/app/resolution.py
workfold/collectors/__init__.py
workfold/collectors/base.py
workfold/collectors/filesystem_times.py
workfold/collectors/git.py
workfold/collectors/git_changes.py
workfold/collectors/git_objects.py
workfold/collectors/git_reflogs.py
workfold/collectors/git_tags.py
workfold/collectors/linux_statx.py
workfold/collectors/filesystem/__init__.py
workfold/collectors/filesystem/accounting.py
workfold/collectors/filesystem/collector.py
workfold/collectors/filesystem/git_inventory.py
workfold/collectors/filesystem/helpers.py
workfold/collectors/filesystem/models.py
workfold/collectors/filesystem/timestamps.py
workfold/collectors/filesystem/traversal.py
workfold/collectors/filesystem/types.py
workfold/collectors/git_core/__init__.py
workfold/collectors/git_core/commits.py
workfold/collectors/git_core/repository.py
workfold/collectors/git_core/runner.py
workfold/collectors/ignores/__init__.py
workfold/collectors/ignores/exclusions.py
workfold/collectors/ignores/inventory.py
workfold/collectors/ignores/models.py
workfold/collectors/ignores/paths.py
workfold/collectors/ignores/runner.py
workfold/collectors/ignores/service.py
workfold/collectors/reflogs/__init__.py
workfold/collectors/reflogs/models.py
workfold/collectors/reflogs/parser.py
workfold/collectors/reflogs/reader.py
workfold/collectors/reflogs/spill.py
workfold/collectors/tags/__init__.py
workfold/collectors/tags/collector.py
workfold/collectors/tags/models.py
workfold/collectors/tags/parser.py
workfold/collectors/tags/reader.py
workfold/renderers/__init__.py
workfold/renderers/terminal/__init__.py
workfold/renderers/terminal/chart.py
workfold/renderers/terminal/options.py
workfold/renderers/terminal/outside.py
workfold/renderers/terminal/renderer.py
workfold/renderers/terminal/summary.py
workfold/renderers/terminal/text.py