libro 0.25.3

Cryptographic audit chain — tamper-proof event logging with hash-linked entries and verification
Documentation
# Build artifacts
/target/

# Editor / IDE
*.swp
*.swo
*~
.idea/
.vscode/
*.iml

# OS
.DS_Store
Thumbs.db

# Debug
*.pdb
core
core.*

# Coverage
lcov.info
tarpaulin-report.html
coverage/

# Criterion benchmark cache (reports regenerated by scripts/run-benchmarks.sh)
criterion/

# Benchmark results (local-only, regenerated by make bench)
benchmark-results/*.json
benchmark-results/*.md

# Secrets / environment
.env
.env.*
!.env.example

# Claude Code
.claude/

# Cargo.lock — generated during CI/CD, not committed for library crates
Cargo.lock
/.cargo/