.gitignore
.pre-commit-config.yaml
LICENSE
README.md
check_turn.py
pyproject.toml
uv.lock
.github/dependabot.yml
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/pricing_update.md
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/publish.yml
.github/workflows/release-drafter.yml
claude_code_cost_explorer/__init__.py
claude_code_cost_explorer/app.py
claude_code_cost_explorer/cost.py
claude_code_cost_explorer/reader.py
claude_code_cost_explorer.egg-info/PKG-INFO
claude_code_cost_explorer.egg-info/SOURCES.txt
claude_code_cost_explorer.egg-info/dependency_links.txt
claude_code_cost_explorer.egg-info/entry_points.txt
claude_code_cost_explorer.egg-info/requires.txt
claude_code_cost_explorer.egg-info/top_level.txt
claude_code_cost_explorer/templates/base.html
claude_code_cost_explorer/templates/days.html
claude_code_cost_explorer/templates/session.html
claude_code_cost_explorer/templates/sessions.html
claude_code_cost_explorer/templates/turn.html
docs/screenshots/Session.png
docs/screenshots/Sessions.png
docs/screenshots/home.png
docs/screenshots/preview.jpeg
tests/__init__.py
tests/test_app.py
tests/test_cost.py
tests/test_reader.py
tests/fixtures/session_empty.jsonl
tests/fixtures/session_simple.jsonl
tests/fixtures/session_with_title.jsonl