# Defense in depth: even though package.json "files" whitelists, also blacklist the dangerous stuff.

.claude/
.linksee-memory/
test/
src/
node_modules/

# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/

# Env / secrets
.env
.env.*
*.pem
*.key
credentials*
.npmrc
hook-payload.json

# Logs / DB
*.log
*.db
*.db-journal
*.db-wal
*.db-shm
*.tgz

# Source maps too — shrinks the package and avoids leaking dev paths
*.js.map
