# --- Dependencies --- node_modules/ .bun/ # --- Build output --- out/ dist/ build/ *.tgz *.tsbuildinfo # --- Logs & transcripts (may contain full chat/attack output) --- logs/ *.log *.jsonl npm-debug.log* yarn-debug.log* yarn-error.log* report.[0-9]*.json # --- Secrets / environment (never commit) --- .env .env.* !.env.example *.pem *.key *.p12 *.pfx secrets.* credentials.* # --- Caches --- .cache/ .eslintcache .parcel-cache/ # --- Test / coverage --- coverage/ *.lcov # --- Editors / IDEs --- .idea/ .vscode/ *.swp *.swo *~ # --- OS cruft --- .DS_Store Thumbs.db desktop.ini # --- Browser-verification & scratch artifacts --- .playwright-mcp/ *-verify.png screenshots/ scratch/