pith 0.1.0

Generate optimized codebase context for LLMs
Documentation
# Build artifacts
/target/
**/*.rs.bk

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

# Environment
.env
.env.*

# Coverage
*.profraw
*.profdata
coverage/
tarpaulin-report.html

# Debug
*.log
*.pdb

# Cargo lock for libraries (keep for binaries)
# Cargo.lock

# Generated
*.generated.*