bitvex 0.3.1

Automate CRA compliance: generate OpenVEX reports from Yocto SBOMs by filtering CVEs with kernel config and device tree analysis
Documentation
# Rust / Cargo
/target/
**/*.rs.bk
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/
.classpath

# OS
.DS_Store
Thumbs.db
*.tmp

# Build artifacts
*.o
*.d
*.elf
*.bin
*.hex

# VEX output reports (user-generated)
*.vex.json
!tests/fixtures/*.json

# Environment
.env
.env.local

# Coverage
*.profraw
*.profdata
lcov.info
lcov/

# Release
/dist/

# AI Agent config (local only)
AGENTS.md