# Rust build artifacts
/target/
**/*.rs.bk

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

# Environment
.env
.env.local

# Claude Code local config
.claude/

# Runtime debate output
agent_reports/

# Session and config files (local to user)
~/.gptengage/

# TruffleHog temporary files
.trufflehog_scan_list.tmp

# Local planning documents
IMPLEMENTATION_PLAN.md

# Editor and system files
.DS_Store
