# --- Dependencies ---
node_modules/
bun.lockb
package-lock.json
.worktrees

# --- Build outputs ---
dist/
*.tgz
*.tar.gz
*.vsix
packages/vscode/kibi-vscode-*.vsix

# --- Logs & temp ---
*.log
*.log.*
npm-debug.log*
*.tmp
*.bak
*.log
*.log.*
npm-debug.log*

# --- OS ---
.DS_Store
Thumbs.db
desktop.ini

# --- Editor ---
.vscode/settings.json
*.swp
*.swo
*~

# --- Build tools ---
.turbo/
.cache/

# --- Test artifacts ---
coverage/
*.lcov
documentation/tests/e2e/packed/.compiled/

# --- Bun ---
.bun/

# --- Do NOT ignore these (intentionally tracked) ---
#! .kb/config.json
#! .kb/schema/
.kb/branches
.kb/branches/*/sync-cache.json
#! bun.lock
.sisyphus
.kb/briefs/
.env
