run-kit 0.7.1

Universal multi-language runner and smart REPL
Documentation
# Build artifacts
/target
registry-server/target/

# IDE
/.vscode
.idea/
*.iml

# Editor swap files
**/*.swp
**/*.swo

# OS files
**/.DS_Store

# Python
**/.venv/
**/__pycache__/
*.pyc

# Rust
*.rlib
*.rmeta

# WebAssembly binaries (build from source)
*.wasm

# Logs
*.log

# Local sandbox
.run-lab/

# Internal roadmap (do not ship)
do.md

run_technical_paper.docx
run_technical_paper.txt
run_technical_paper_ieee.md

# LaTeX intermediate artifacts (paper/)
paper/*.aux
paper/*.bbl
paper/*.blg
paper/*.fdb_latexmk
paper/*.fls
paper/*.log
paper/*.out

# Exclude incomplete/redundant directories
/runtime/
/examples/swap-demo/

# Ah let me ignore the paper/ directory for now
paper/