# Dependencies
node_modules/

# Next.js and TypeScript build artifacts
.next/
out/
tsconfig.tsbuildinfo

# Vercel local state
.vercel
.vercel-auth-*/

# Environment and local secrets
.env*
.secrets/
*.token
*.pem
*.key

# Local package/cache state
.npm-cache/
.tools/
.cache/
cache/

# Worktree and runtime artifacts
artifacts/
AGENTS.md
CLAUDE.md
DESIGN.md
agent_progress.md
.omx/
.turbo/
coverage/
playwright-report/
test-results/
logs/
log/
output/
outputs/
tmp/
.tmp/
temp/
*.log

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