libnoa 0.3.2

AI-native distributed version control
Documentation
# Rust
/target/
Cargo.lock
**/*.rs.bk

# 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/

# redb database files (should never be committed)
*.redb