podbox 0.1.0

Secure, reproducible per-workspace dev sandbox — an OCI/Podman interface backed by KVM-class microVMs, hardened for running untrusted code and coding AI agents.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/target
/.draft/

# --- cog gitignore (rust) ---
# Rust
/target/
**/*.rs.bk
*.pdb
rustc-ice-*.txt
**/mutants.out*/
# OS / editor cruft
.DS_Store
.idea/
.vscode/
# Nix devshell
.direnv/
/result