f2881e7e3d
- Add npm/deepseek-tui package that downloads prebuilt binaries from GitHub releases (supports macOS, Linux, Windows) - Published as deepseek-tui@0.3.28 on npmjs.com - Update README to feature npm as primary install method - Add npm badge
70 lines
739 B
Plaintext
70 lines
739 B
Plaintext
# Build artifacts
|
|
/target
|
|
*.pdb
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.rlib
|
|
*.o
|
|
|
|
# Development
|
|
.env
|
|
.env.*
|
|
node_modules/
|
|
.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
|
|
result.json
|
|
count_deps.py
|
|
project_overhaul_prompt.md
|
|
prompt_for_release_agent.md
|
|
|
|
.codex/
|
|
docs/rlm-paper.txt
|
|
.context/
|
|
|
|
# Local runtime state
|
|
.deepseek/
|
|
session_*.json
|
|
|
|
# Companion app (tracked separately)
|
|
apps/
|