node_modules/
dist/

# Logs
*.log
npm-debug.log*
yarn-debug.log*
pnpm-debug.log*

# Build / tooling artifacts
*.tsbuildinfo
coverage/
.cache/
.tmp/

# Local config and secrets
.env
.env.*
.npmrc
opencode.json
tui.json

# Local reference checkouts and scratch data
reference/

# OS / editors
.DS_Store
.vscode/
.idea/
