.DS_Store

# dependencies
node_modules/

# build output
dist/
*.tsbuildinfo
# web assets copied into the server package at npm publish time
packages/server/web-dist/

# secrets / local config
.env
.env.*
!.env.example

# agenthub trace cache
cache/

# legacy .penguin workspace symlink (no longer created; ignored for old working copies)
.penguin

# logs
*.log

# claude code session state (worktrees, skills)
.claude/

# playwright e2e artifacts
packages/web/test-results/
packages/web/playwright-report/

# blog images staged locally by the landing capture/render scripts, then uploaded to
# the community repo's blog-assets/ — never committed here (see lib/links.ts)
packages/landing/.blog-assets/

# local design-doc symlink and agent instructions
/design
/AGENTS.md
/CLAUDE.md
