b556559fb4
- Remove PARITY.md (no longer needed) - Expand README tools section with full tool inventory and troubleshooting entries - Add known-issue notes to AGENTS.md (finance tool, token tracking, web.run naming) - Update .gitignore with additional temp file patterns - Bump version to 0.3.18
65 lines
653 B
Plaintext
65 lines
653 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
|
|
result.json
|
|
count_deps.py
|
|
project_overhaul_prompt.md
|
|
|
|
.codex/
|
|
docs/rlm-paper.txt
|
|
.context/
|
|
|
|
# Local runtime state
|
|
.deepseek/
|
|
session_*.json
|