.refactoroscope.yml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
docs/ai.md
docs/api.md
docs/ci-cd-integration.md
docs/configuration.md
docs/contributing.md
docs/duplicates.md
docs/examples.md
docs/features.md
docs/index.md
docs/installation.md
docs/release-notes-v0.2.0.md
docs/unused_code.md
docs/unused_code_detection.md
docs/unused_code_implementation.md
docs/unused_file_detection.md
docs/unused_file_detection_summary.md
docs/usage.md
docs/use-cases.md
docs/watch.md
docs/proposals/unused_file_detection_implementation.md
examples/large_project/README.md
examples/large_project/module1.py
examples/large_project/module2.py
examples/large_project/module3.py
examples/sample_project/README.md
examples/sample_project/calculator.py
examples/sample_project/smelly.py
src/codeinsight/__init__.py
src/codeinsight/cli.py
src/codeinsight/scanner.py
src/codeinsight/watcher.py
src/codeinsight/ai/__init__.py
src/codeinsight/ai/analyzer.py
src/codeinsight/ai/anthropic_provider.py
src/codeinsight/ai/base.py
src/codeinsight/ai/factory.py
src/codeinsight/ai/google_provider.py
src/codeinsight/ai/models.py
src/codeinsight/ai/ollama_provider.py
src/codeinsight/ai/openai_provider.py
src/codeinsight/ai/qwen_provider.py
src/codeinsight/analysis/__init__.py
src/codeinsight/analysis/advanced_duplicates.py
src/codeinsight/analysis/comparator.py
src/codeinsight/analysis/smells.py
src/codeinsight/analyzers/__init__.py
src/codeinsight/analyzers/complexity.py
src/codeinsight/analyzers/line_counter.py
src/codeinsight/analyzers/unused_code.py
src/codeinsight/analyzers/unused_files.py
src/codeinsight/config/__init__.py
src/codeinsight/config/manager.py
src/codeinsight/config/models.py
src/codeinsight/exporters/__init__.py
src/codeinsight/exporters/csv_exporter.py
src/codeinsight/exporters/html_exporter.py
src/codeinsight/exporters/json_exporter.py
src/codeinsight/models/__init__.py
src/codeinsight/models/metrics.py
src/codeinsight/utils/__init__.py
src/codeinsight/utils/gitignore.py
src/refactoroscope.egg-info/PKG-INFO
src/refactoroscope.egg-info/SOURCES.txt
src/refactoroscope.egg-info/dependency_links.txt
src/refactoroscope.egg-info/entry_points.txt
src/refactoroscope.egg-info/requires.txt
src/refactoroscope.egg-info/top_level.txt
tests/test_advanced_duplicates.py
tests/test_ai.py
tests/test_basic.py
tests/test_comparator.py
tests/test_complex_filtering.py
tests/test_config.py
tests/test_config_loading.py
tests/test_exporters.py
tests/test_filtering.py
tests/test_generated_files.py
tests/test_ignore.py
tests/test_lock_json_filtering.py
tests/test_lock_yaml_filtering.py
tests/test_smells.py
tests/test_specific_patterns.py
tests/test_top_files.py
tests/test_unused_code.py
tests/test_unused_files.py