# Binary
/sweet
/swebot

# Go build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out

# Go workspace
/vendor/
go.work
go.work.sum

# Database
*.db
*.db-shm
*.db-wal

# Config with secrets (keep config.yaml.example, ignore real one)
~/.config/swebot/config.yaml

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~

# Session state (Copilot CLI)
.copilot/
startme.txt

# Python virtualenvs
.venv/
__pycache__/

# Review notes (not for repo)
FINDINGS.md
copilot-session-*.md

# SWE-bench evaluation artifacts
examples/swe-bench/results/
examples/swe-bench/.venv/
logs/
swebot.swebot-eval*.json
claude-code/
*_verbose_debug.log
swesafe
