LICENSE
README.md
pyproject.toml
src/claude_burn/__init__.py
src/claude_burn/_bundled_prices.py
src/claude_burn/analytics.py
src/claude_burn/claude_settings.py
src/claude_burn/cli.py
src/claude_burn/config.py
src/claude_burn/display.py
src/claude_burn/hook.py
src/claude_burn/models.py
src/claude_burn/parser.py
src/claude_burn/pricing.py
src/claude_burn/storage.py
src/claude_burn.egg-info/PKG-INFO
src/claude_burn.egg-info/SOURCES.txt
src/claude_burn.egg-info/dependency_links.txt
src/claude_burn.egg-info/entry_points.txt
src/claude_burn.egg-info/requires.txt
src/claude_burn.egg-info/top_level.txt
src/claude_burn/sources/__init__.py
src/claude_burn/sources/console_api.py
src/claude_burn/sources/transcripts.py
tests/test_analytics.py
tests/test_bundled_prices.py
tests/test_claude_settings.py
tests/test_cli.py
tests/test_config.py
tests/test_console_api.py
tests/test_display.py
tests/test_hook.py
tests/test_parser.py
tests/test_pricing.py
tests/test_storage.py
tests/test_sync_integration.py