codex_usage 0.1.1

Codex and Claude Code telemetry/usage parser, aggregate JSONL events into CodeAnalysis results
Documentation
# Build artifacts
debug
target
dist
tmp
.cache

# VCS and tooling
.git
.github
.devcontainer
.vscode
.idea
.gitignore
.gitattributes
.editorconfig

# Source we don't need in image
docs
**/*.md
tests
notebooks

# Rust specific
**/*.rs.bk
*.pdb
**/mutants.out*/

# OS files
*.DS_Store