trustee 0.1.21

A general-purpose agent that can morph into different specialized agents using WASM lifecycle plugins
# Rust build artifacts
target/
Cargo.lock

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

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Environment files
.env
.env.local
.env.*.local

# Log files
*.log
logs/

# Temporary files
tmp/
temp/

# Session and checkpoint data
sessions/
checkpoints/
cache/

# WASM provider binaries (should be downloaded separately)
providers/
lifecycles/

# Test coverage
coverage/
*.profraw

# Documentation build
book/

# Backup files
*.bak
*.backup
*.old