action-layer-driver 0.1.2

Generic driver for Action Layer (CHIP-0050) singleton spend construction on Chia
Documentation
# Rust build artifacts
/target/
**/*.rs.bk

# Cargo lock file (optional for libraries, commit for binaries)
# Cargo.lock

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Environment and secrets
.env
.env.*
*.pem
*.key
*.crt

# Wallet files (contain sensitive data)
wallet.json
*.wallet

# Temporary files
*.tmp
*.log
tmpclaude-*

# Rue/CLVM build artifacts (keep output/ for compiled puzzles)
puzzles/.rue/

# Test artifacts
*.profraw