# Rust build artifacts
/target/

# WASM build artifacts (generated by build.rs from brokk-acp-sandbox)
*.wasm

# Cargo lock is kept for binaries — remove the line below if this
# ever becomes a library workspace where consumers should resolve
# their own dependencies.
# Cargo.lock

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Environment / secrets
.env
.env.*

# Brokk local state
.brokk/

brokk-acp-sandbox/target/

.claude/

# Mjolnir linked worktrees
.mjolnir/worktrees/
