# System
.DS_Store
Thumbs.db
*.log
*.tmp

# Editors
.vscode/
.idea/
*.swp
*.swo

# Python
__pycache__/
*.py[cod]
*$py.class
.env
.venv/
env/
venv/
.pytest_cache/
.coverage
htmlcov/

# Rust
desktop/rust/target/
desktop/rust/target_*/
desktop/rust/target_local*/
desktop/rust/vendor/
**/*.rs.bk

# Node / Web
node_modules/
web/node_modules/
web/.next/
web/out/
web/build/
web/.env*.local
web/.env.vercel*
web/.vercel/
web/npm-debug.log*
web/yarn-debug.log*
web/yarn-error.log*
web/tsconfig.tsbuildinfo
web/jest.out

# C/C++ build artifacts
cpp/shard-bridge/build/
*.o
*.a
*.so
*.dylib
*.exe
*.obj
*.dll
*.pdb
*.lib

# General build artifacts
build/
build_engine/
dist/

# Shard local/test artifacts
/tmp/shard-*.json
/tmp/shard-control.sock
test_output.txt
test_req.json
build_log.txt
**/test_init_out*.txt
**/test_init_trace.txt
**/inference_output.txt
**/init_full_log.txt
failed.log

# Model files
*.gguf
*.bin
*.safetensors

# Deployment
.vercel/
.env.vercel*
override.conf

# Secrets / local-only
clawdbot.pem

# Internal planning artifacts
docs/internal/
ec2_logs_utf8.txt
ec2_logs.txt
ec2_shard_daemon_service_utf8.txt
ec2_shard_daemon_service.txt
Shard Build Roadmap.docx

# Archived and generated historical artifacts
_archive/
benchmarks/
run-browser-scout.cmd
desktop/rust/benchmarks/
desktop/rust/clippy_out.txt
desktop/rust/output.txt
tmp_fix.py
docs/devplan3326.md
cpp/llama.cpp/.devops/*.srpm.spec
reports/
recent_changes.txt
*.out.log
docs/recent_changes.txt
runtime/remote_llama_comparison_3v3_seed42_after_verify_opt.json
runtime/remote_llama_comparison_3v3_seed42_draft4.json
runtime/remote_llama_comparison_10v10_seed42_draft4_openenv.json
runtime/remote_llama_comparison_10v10_seed42_draft4_retry.json
runtime/remote_llama_comparison_10v10_seed42_draft4_traceclean.json
runtime/remote_llama_comparison_10v10_seed42_draft4_tracefixed.json
runtime/remote_llama_comparison_10v10_seed42_draft4.json
runtime/remote_llama_comparison_10v10_seed42.json
runtime/remote_llama_comparison_10v10.json
runtime/remote_llama_repeat_results_clean.json
runtime/remote_llama_repeat_results_localonly.json
runtime/remote_llama_repeat_results.json
runtime/remote_llama_same_machine_live_10v10_seed42.json
runtime/remote_llama_smoke_seed42.json
runtime/remote_llama_strict_smoke.json
runtime/tmp_remote_llama_req.json
