# Dependencies
node_modules/

# Build output
dist/
.httui

# Test coverage
coverage/

# Vitest artifacts (browser-mode attachments + screenshot snapshots)
.vitest-attachments/
__screenshots__/

# Rust
target/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Env
.env
.env.local

# Sidecar binaries (built per-platform, not committed)
httui-desktop/src-tauri/binaries/
httui-sidecar/package-lock.json

# Sidecar build artifacts and lock files
httui-sidecar/bun.lock
httui-sidecar/bun.lockb

# Bun build artifacts (any directory — bun writes these on incomplete builds)
.*.bun-build

# Vite cache (any workspace)
.vite/

# Local-only dev notes / scratch docs (not committed)
docs-llm/

# Per-machine Claude Code state — do not commit
.claude/
.rtk/
