# 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/
.bifrost/
# Astro / Starlight docs
docs/node_modules/
docs/dist/
docs/.astro/

# Mjolnir linked worktrees
.mjolnir/worktrees/
__pycache__/
*.py[cod]
*.log

# npm packaging build output (npm/build-npm-packages.mjs)
/npm/dist/

# PyPI packaging build output
/python/dist/
