LICENSE
README.md
pyproject.toml
ai_footprint/__init__.py
ai_footprint/__main__.py
ai_footprint/config.py
ai_footprint/config_detect.py
ai_footprint/dates.py
ai_footprint/models.py
ai_footprint/release.py
ai_footprint/tool_updates.py
ai_footprint.egg-info/PKG-INFO
ai_footprint.egg-info/SOURCES.txt
ai_footprint.egg-info/dependency_links.txt
ai_footprint.egg-info/entry_points.txt
ai_footprint.egg-info/requires.txt
ai_footprint.egg-info/top_level.txt
ai_footprint/card/__init__.py
ai_footprint/card/cli.py
ai_footprint/collectors/__init__.py
ai_footprint/collectors/base.py
ai_footprint/collectors/claude_code.py
ai_footprint/collectors/crush.py
ai_footprint/collectors/pi.py
ai_footprint/collectors/stubs.py
ai_footprint/impact/__init__.py
ai_footprint/impact/engine.py
ai_footprint/impact/params.py
ai_footprint/impact/resolver.py
ai_footprint/report/__init__.py
ai_footprint/report/cli.py
ai_footprint/resolve/__init__.py
ai_footprint/resolve/cli.py
ai_footprint/statusline/__init__.py
ai_footprint/statusline/line.py
ai_footprint/store/__init__.py
ai_footprint/store/db.py
tests/test_card.py
tests/test_claude_code_collector.py
tests/test_cli_end_to_end.py
tests/test_cli_models.py
tests/test_config_detect.py
tests/test_config_persist.py
tests/test_crush_collector.py
tests/test_dates.py
tests/test_ecologits_offline.py
tests/test_engine.py
tests/test_engine_selfhosted.py
tests/test_ingest_ux.py
tests/test_models_config.py
tests/test_params_huggingface.py
tests/test_params_resolver.py
tests/test_pending_models.py
tests/test_pi_collector.py
tests/test_release.py
tests/test_rename.py
tests/test_report.py
tests/test_resolve.py
tests/test_resolve_cli.py
tests/test_resolver.py
tests/test_statusline.py
tests/test_store.py
tests/test_tool_updates.py