# Dependencies
node_modules/

# Rust build cache
target/

# Build outputs (TypeScript bundle; Rust binaries in bin/ are tracked on
# purpose because they ship inside the npm package tarball).
dist/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Korean internal docs (not for public)
docs/OPENCODE.md
docs/architecture/prompt-architecture.html
.opencode/
