- Updated CLAUDE.md with current architecture and recent improvements - Removed from git tracking to keep as local development resource - Added to gitignore to prevent future commits 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
202 B
Plaintext
22 lines
202 B
Plaintext
# Rust
|
|
target/
|
|
Cargo.lock
|
|
|
|
# Build outputs
|
|
dist/
|
|
|
|
# OS
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Environment variables (secrets)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Development notes (keep local)
|
|
CLAUDE.md |