3c3c3f49ce
- Redesign footer: live clock, lowercase mode badges, color-coded context % - Stream thinking/reasoning blocks in real-time with sidebar style and cursor - Replace ThinkingSummary with richer Thinking variant in history cells - Remove dead code (unused footer helpers, context bar, copy hint) - Bump version to 0.3.3
58 lines
551 B
Plaintext
58 lines
551 B
Plaintext
# Build artifacts
|
|
/target
|
|
*.pdb
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.rlib
|
|
*.o
|
|
|
|
# Development
|
|
.env
|
|
.env.*
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.pytest_cache/
|
|
venv/
|
|
ENV/
|
|
env/
|
|
.venv/
|
|
*.egg-info/
|
|
dist/
|
|
|
|
# Logs
|
|
*.log
|
|
firebase-debug.log
|
|
|
|
# Generated
|
|
outputs/
|
|
|
|
# Rust
|
|
# Note: Cargo.lock is intentionally NOT ignored for reproducible builds
|
|
firebase-debug.log
|
|
tmp/
|
|
|
|
# Local dev scripts and temp files
|
|
*.sh
|
|
test.txt
|
|
TODO*.md
|
|
todo*.md
|
|
CLAUDE.md
|
|
NEXT_SESSION.md
|
|
AI_HANDOFF.md
|
|
|
|
.codex/
|
|
docs/rlm-paper.txt
|
|
.context/
|