runeforge 25.8.0

Blueprint to optimal stack JSON converter - Part of Rune* Ecosystem
# Rust
target/
Cargo.lock
**/*.rs.bk
*.pdb

# Editor directories and files
.idea/
.vscode/
*.swp
*.swo
*~

# OS specific
.DS_Store
Thumbs.db

# Environment
.env
.env.*

# Logs
*.log

# Node (for npm package)
node_modules/
dist/
*.tgz

# Python (for future SDK)
__pycache__/
*.py[cod]
*.egg-info/
.venv/

# Terraform
*.tfstate
*.tfstate.*
.terraform/

# Test coverage
coverage/
*.lcov
.nyc_output/

# Build artifacts
build/
out/
*.wasm
*.wat

# Temporary files
tmp/
temp/
*.tmp

# Keys and secrets (never commit these)
*.key
*.pem
*.p12
*.pfx
private/
secrets/