# Rust
/target/
**/*.rs.bk
*.bak
*.pdb

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

# OS
.DS_Store
Thumbs.db

# Testing
/test-output/
/fixtures/

# Coverage
lcov*.info
*.profraw
*.profdata

# Build artifacts
dist/
*.wasm
.intellijPlatform/

# Temporary docs
IMPLEMENTATION-NEXT-STEPS.md
STATUS.md

# Triage exploration reports (working memory for /next-task triage workflow)
.triage-report-*.md
.exploration-report-*.md

.claude/plan.md
.claude/scheduled_tasks.lock
.claude/settings.local.json
.claude/skillers/
.claude/state/*
.claude/tasks.json
.claude/workflow-status.json
.claude-workflow-status.json
.workflow-status.json

# Plugin state
.agnix/state/

nul
