# Rust
/target/
# Alt cargo target dirs used by ad-hoc validation runs
/target-*/

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

# MALD specific
.mald/
# Sandbox MALD homes used during smoke / self-test / lock-check / UX runs
.mald-*/

# OS generated
.DS_Store
Thumbs.db
# Windows accidental NUL redirect leftover
nul

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
*.bak

# AI models
models/
*.gguf
*.safetensors

# Claude Code harness scratch state (not source)
.claude/scheduled_tasks.lock

# Swarm coordination scratch (per-session, regenerated on demand)
/swarm/
progress.txt
