.DS_Store
node_modules
.env
.env.*

# bun
bun.lockb

# build
dist
release
*.bun-build

# local
.cache
.tmp
.tmp-downloads
tmp_pyenv

# orca/git worktrees checked out alongside the repo
feat-*
fix-*
chore-*

# npm postinstall
bin/native/

# npm artifacts/logs
*.tgz
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# design docs
design-docs/

# playwright-cli artifacts
.playwright-cli/

# context artifacts
.context/
