# Build artifacts
/target

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

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

# Environment
.env
.env.local

# Test artifacts
*.test

# Debug
*.pdb

# noslop per-clone state (the ledger in .noslop/acks/ and history.jsonl ARE tracked)
.noslop/staged-acks.json
.noslop/events.jsonl

# Local scratch space (spike artifacts, experiments) - visible in IDE, never committed
/tmp/
