README_PYPI.md
pyproject.toml
setup.py
ghostcode/__init__.py
ghostcode/cli.py
ghostcode/config.py
ghostcode/risk_report.py
ghostcode.egg-info/PKG-INFO
ghostcode.egg-info/SOURCES.txt
ghostcode.egg-info/dependency_links.txt
ghostcode.egg-info/entry_points.txt
ghostcode.egg-info/requires.txt
ghostcode.egg-info/top_level.txt
ghostcode/audit/__init__.py
ghostcode/audit/logger.py
ghostcode/mapping/__init__.py
ghostcode/mapping/encryption.py
ghostcode/mapping/ghost_map.py
ghostcode/mapping/token_generator.py
ghostcode/parsers/__init__.py
ghostcode/parsers/base.py
ghostcode/parsers/cpp_parser.py
ghostcode/parsers/python_parser.py
ghostcode/reveal/__init__.py
ghostcode/reveal/code_revealer.py
ghostcode/reveal/diff_analyzer.py
ghostcode/reveal/explanation_translator.py
ghostcode/transformers/__init__.py
ghostcode/transformers/comment_anonymizer.py
ghostcode/transformers/comment_stripper.py
ghostcode/transformers/isolator.py
ghostcode/transformers/literal_scrubber.py
ghostcode/transformers/multi_file.py
ghostcode/transformers/symbol_renamer.py
ghostcode/utils/__init__.py
ghostcode/utils/clipboard.py
ghostcode/utils/stdlib_registry.py
tests/test_comment_stripper.py
tests/test_config.py
tests/test_end_to_end.py
tests/test_ghost_map.py
tests/test_literal_scrubber.py
tests/test_revealer.py
tests/test_risk_report.py
tests/test_token_generator.py