LICENSE
README.md
pyproject.toml
blobify/__init__.py
blobify/__main__.py
blobify/config.py
blobify/console.py
blobify/content_processor.py
blobify/file_scanner.py
blobify/git_utils.py
blobify/main.py
blobify/output_formatter.py
blobify.egg-info/PKG-INFO
blobify.egg-info/SOURCES.txt
blobify.egg-info/dependency_links.txt
blobify.egg-info/entry_points.txt
blobify.egg-info/requires.txt
blobify.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_config.py
tests/test_console.py
tests/test_content_processor.py
tests/test_context_inheritance.py
tests/test_context_listing.py
tests/test_dot_file_inclusion.py
tests/test_file_scanner.py
tests/test_filter_file_targeting.py
tests/test_filter_functionality.py
tests/test_git_utils.py
tests/test_list_ignored.py
tests/test_main.py
tests/test_output_formatter.py
tests/test_suppress_excluded.py
tests/test_switch_combinations.py
tests/test_version_consistency.py
tests/test_version_switch.py