libnoa 0.1.1

AI-native distributed version control system with per-agent workspace isolation, JSONL append-only logs, snapshot-based history, and full git protocol compatibility
Documentation
# Rust
/target/
**/*.rs.bk
Cargo.lock

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
*.bak
*.tmp

# Python
__pycache__/
*.pyc
*.pyo

# Environment variables
.env
.env.local

# Logs
*.log
/logs/
/tmp/

# Operating system
.DS_Store
Thumbs.db

# noa repository (for testing)
.noa/