# VCS / CI / editor metadata
.git/
.github/
.vscode/
.opencode/
.sisyphus/
.DS_Store

# Dependencies and lockfiles
node_modules/
pnpm-lock.yaml
package-lock.json

# Local logs and secrets
*.log
npm-debug.log*
credentials.json
.env

# Documentation and planning files
docs/
AGENTS.md
TODO.md
RELEASES.md

# Development-only configuration
tsconfig.json
vitest.config.ts
.eslintrc.json
.prettierrc.json
.oxfmtrc.jsonc
.oxlintrc.json
commitlint.config.js

# Tests
test/
tests/
*.test.ts
*.spec.ts

# Non-runtime files inside src/
src/AGENTS.md
src/*.code-workspace
*.code-workspace
