LICENSE
README.md
pyproject.toml
src/contextgate/__init__.py
src/contextgate/chunker.py
src/contextgate/cli.py
src/contextgate/exceptions.py
src/contextgate/normalizer.py
src/contextgate/result.py
src/contextgate/rules.py
src/contextgate/scanner.py
src/contextgate/secrets.py
src/contextgate.egg-info/PKG-INFO
src/contextgate.egg-info/SOURCES.txt
src/contextgate.egg-info/dependency_links.txt
src/contextgate.egg-info/entry_points.txt
src/contextgate.egg-info/requires.txt
src/contextgate.egg-info/top_level.txt
src/contextgate/extractors/__init__.py
src/contextgate/extractors/docx.py
src/contextgate/extractors/html.py
src/contextgate/extractors/pdf.py
src/contextgate/extractors/text.py
tests/test_extract_docx.py
tests/test_extract_html.py
tests/test_extract_pdf.py
tests/test_scan_text.py