# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem

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

# env files (can opt-in for committing if needed)
.env*
!.env.example

# vercel
.vercel

# local backfill job logs (npm run status reads these)
.backfill-logs/

# local database (libSQL/SQLite dev files)
*.db
*.db-shm
*.db-wal

# typescript
*.tsbuildinfo
next-env.d.ts

# Playwright MCP scratch (screenshots/snapshots)
.playwright-mcp/

# agent-generated call scratch
.gen-calls/

# iShares holdings CSVs (raw source for load-russell; derived lists live in src/lib/russell.ts)
/data/russell/

# beehiiv automation bot — the saved login session (cookies). NEVER commit this.
/scripts/beehiiv-bot/.userdata/
# per-step wizard screenshots (local verification artifacts)
/scripts/beehiiv-bot/.shots/

# Python bytecode (SDK)
__pycache__/
*.pyc

# stray dev artifacts (SEC test downloads, bash crash dumps)
bash.exe.stackdump
*.stackdump
/renewal.htm
/eol10k.htm
