LICENSE
README.md
pyproject.toml
src/redup/__init__.py
src/redup/__main__.py
src/redup.egg-info/PKG-INFO
src/redup.egg-info/SOURCES.txt
src/redup.egg-info/dependency_links.txt
src/redup.egg-info/entry_points.txt
src/redup.egg-info/requires.txt
src/redup.egg-info/top_level.txt
src/redup/cli_app/__init__.py
src/redup/cli_app/config_builder.py
src/redup/cli_app/fuzzy_similarity.py
src/redup/cli_app/main.py
src/redup/cli_app/output_writer.py
src/redup/cli_app/scan_commands.py
src/redup/cli_app/scan_helpers.py
src/redup/core/__init__.py
src/redup/core/cache.py
src/redup/core/config.py
src/redup/core/differ.py
src/redup/core/fuzzy_similarity.py
src/redup/core/hash_cache.py
src/redup/core/hasher.py
src/redup/core/lazy_grouper.py
src/redup/core/lsh_matcher.py
src/redup/core/matcher.py
src/redup/core/memory_scanner.py
src/redup/core/models.py
src/redup/core/parallel_scanner.py
src/redup/core/pipeline.py
src/redup/core/planner.py
src/redup/core/scanner.py
src/redup/core/ts_extractor.py
src/redup/core/ultra_fast_scanner.py
src/redup/core/universal_fuzzy.py
src/redup/core/utils/__init__.py
src/redup/core/utils/duplicate_finders.py
src/redup/core/utils/function_extractor.py
src/redup/core/utils/hash_utils.py
src/redup/core/utils/language_dispatcher.py
src/redup/reporters/__init__.py
src/redup/reporters/code2llm_reporter.py
src/redup/reporters/enhanced_reporter.py
src/redup/reporters/json_reporter.py
src/redup/reporters/markdown_reporter.py
src/redup/reporters/toon_reporter.py
src/redup/reporters/yaml_reporter.py
tests/test_e2e.py
tests/test_hasher.py
tests/test_matcher.py
tests/test_models.py
tests/test_pipeline.py
tests/test_planner.py
tests/test_reporters.py
tests/test_scanner.py
tests/test_ts_extractor.py