.gitignore
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/ci.yml
.github/workflows/publish.yml
.github/workflows/test-build.yml
docfind/__init__.py
docfind/cli.py
docfind/db.py
docfind/gui.py
docfind/hex_extractor.py
docfind/indexer.py
docfind/search.py
docfind/utils.py
docfind.egg-info/PKG-INFO
docfind.egg-info/SOURCES.txt
docfind.egg-info/dependency_links.txt
docfind.egg-info/entry_points.txt
docfind.egg-info/requires.txt
docfind.egg-info/top_level.txt
docfind/resources/icons/README.md
docfind/resources/qss/dark_theme.qss
docfind/tests/__init__.py
docfind/tests/test_db.py
docfind/tests/test_gui_smoke.py
docfind/tests/test_indexer.py
docfind/tests/test_search.py
docfind/ui/__init__.py
docfind/ui/dialogs.py