tiny-trae 0.1.0

An AI coding assistant with tool integration
# Rust
target/
**/*.rs.bk
*.pdb
Cargo.lock

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Config with sensitive data
config.toml
chat_history.txt

# Temporary files
*.tmp
*.temp
.temp/

# Build artifacts
dist/
build/