progit-plugin-sdk 0.2.1

Plugin SDK for ProGit — sandboxed LuaJIT runtime with capability-based security. LSL-1.0 (file-level copyleft, proprietary plugins allowed via the commercial bridge).
Documentation
# Ignore build artifacts
/target/
Cargo.lock

# Ignore IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# Ignore OS files
.DS_Store
Thumbs.db

# Ignore test artifacts
*.profraw
*.profdata

# Ignore local plugin development
/plugins/
*.wasm
*.so
*.dylib
*.dll

# Agent / AI operational dirs
.claude/
.agents/
.agent/
.kiro/
CLAUDE.md
AGENTS.md
GEMINI.md

# Editor / IDE
.vscode/
.idea/

# Cloudflare Wrangler cache
.wrangler/