LICENSE
README.md
pyproject.toml
src/ecocode/__init__.py
src/ecocode/cli.py
src/ecocode/commands/__init__.py
src/ecocode/commands/baseline.py
src/ecocode/commands/benchmark.py
src/ecocode/commands/optimize.py
src/ecocode/commands/profile.py
src/ecocode/commands/profile_repo.py
src/ecocode/commands/trend.py
src/ecocode/core/__init__.py
src/ecocode/core/benchmark.py
src/ecocode/core/config.py
src/ecocode/core/history.py
src/ecocode/core/local_llm.py
src/ecocode/core/optimizer.py
src/ecocode/core/profiler.py
src/ecocode/core/repository_profiler.py
src/ecocode/core/sarif.py
src/ecocode/core/schemas.py
src/ecocode/core/trend.py
src/ecocode_cli.egg-info/PKG-INFO
src/ecocode_cli.egg-info/SOURCES.txt
src/ecocode_cli.egg-info/dependency_links.txt
src/ecocode_cli.egg-info/entry_points.txt
src/ecocode_cli.egg-info/top_level.txt
tests/test_cli.py
tests/test_config_and_history.py
tests/test_local_llm.py
tests/test_local_llm_robustness.py
tests/test_optimizer_lines.py
tests/test_output_contracts.py
tests/test_profile_repo.py
tests/test_profiler_properties.py
tests/test_runtime_collector.py
tests/test_schema_version_compatibility.py
tests/test_schemas.py
tests/test_static_and_multilang.py
tests/test_trend.py