selfware 0.6.0

Your personal AI workshop — software you own, software that lasts
Documentation
# Build artifacts
/target
/zed-extension/target/

# Coverage reports
/coverage/
tarpaulin-report.html
*.profraw
*.profdata
lcov.info

# Logs
/logs/
*.log

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Test artifacts
/tmp/
*.tmp
/test_runs/
/system_tests/projecte2e/work/
/system_tests/projecte2e/reports/
/system_tests/swe_bench_pro/runs*/
/system_tests/swe_bench_pro/swarm_*/
# Point-in-time visual-audit / recheck screenshots — keep out of source control.
/artifacts/
.venv_eval/

# Benchmark and test result directories
/bench_results/
/benchmark_results/
/benchmark_results_*/
/models/
/benchmark_suite_*/
/parallel_results/
/parallel_dev_tests/
/gpu_max_test/
/swebench_eval/
/swebench_122b/
/hybrid_demo_results_*/
/new_template_results_*/
/comparison_results/
/vlm_results/
/sab_results/
/multilang_results/
/test_results_*/
/test_single_*/
/27b_longcontext_results_*/
/benchmark_final_report_*.md

# Screenshots captured during testing
/screenshots/

# Evolution worktrees
/.worktrees/

# Claude Code worktrees
.claude/worktrees/

# Backup files
*.bak

# Local config overrides (keep examples)
selfware-local.toml
.env
.env.local

# Kimi review zips (not part of source)
*.zip

# Coverage XML
cobertura.xml
codegraph.json

vscode-selfware/node_modules/
vscode-selfware/out/
vscode-selfware/package-lock.json

# Additional test artifacts and generated files (from audit)
/.selfware/tool_results/
/hello
/hello_test
/coverage-llvm/
.evolution-log.jsonl
.pytest_cache/
.mypy_cache/
long_run_tests/
test_output_*/
test_real_*/
live_test_*/
# Additional test artifacts
hybrid_demo_results_*/
new_template_results_*/
27b_longcontext_results_*/
27b_*/
/reports/
__pycache__/
/.selfware/turns/
.selfware/

# Machine-specific / personal config (untracked 2026-07-12, kept locally)
.claude/settings.local.json
.zed/
selfware.toml

# system_tests: keep compact predictions/leaderboards/configs, ignore generated bulk
system_tests/**/agent_data/
system_tests/**/repos/
system_tests/**/node_modules/
system_tests/**/build/
system_tests/**/.cache/
system_tests/**/reports/
system_tests/**/*.prompt.txt
system_tests/**/*.response.md
system_tests/**/*.recovery.toml

# Playwright bridge runtime (installed locally, not committed)
scripts/node_modules/
scripts/package-lock.json
scripts/package.json

# stray cargo --message-format=json dumps
check.json

# swe-bench sample datasets (kept locally, not in repo)
system_tests/swe_bench_pro/*.jsonl