aether_shell 0.1.2

The world's first multi-agent shell with typed functional pipelines and multi-modal AI
# Build artifacts
target/

*.exe

*.pdb


# Environment and secrets
.env


# Temporary files
temp/

*.tmp

*.log

*_test.ae

launch_test.*

security_audit_report.json


# Editor files
.vscode/

*.swp

*.swo

*~


# OS files
.DS_Store

Thumbs.db


# Rust artifacts
Cargo.lock.bak


# Development artifacts
*.backup

*.orig

.test_output/