# Dependencies & build
node_modules/
dist/
dist-check/
dist-final/
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.uv-cache/
__pycache__/
*.pyc
python/

# Secrets & user config
.env
grados-config.json
manifest.json

# Marker worker runtime
marker-worker/.venv/
marker-worker/.cache/
marker-worker/__pycache__/
marker-worker/.tools/
marker-worker/.python-version
marker-worker/local.env
marker-worker/smoke.pdf
marker-worker/uv.lock

# Runtime artifacts
papers/
.grados/
markdown/
downloads/
lancedb/
scihub-mirrors.txt
node-out.txt
temp_*.html
test-results.txt
*.tgz

# Local tools
.tools/

# IDE
.vscode/
.idea/

# Claude
.claude/

# Windows system files
desktop.ini
Thumbs.db
%SystemDrive%/

# Plan docs (local only)
*-plan.md
*_plan.md
*-strategy.md
*_strategy.md
*-decisions.md
status.md
grados-issues-checklist.md
grados-python-migration-plan.md
TODO.md
plan.md
roadmap.md
docs/

# MCPB (local-only)
.mcpbignore
*.mcpb
.DS_Store
