# Dependencies
node_modules/

# Build output
dist/

# Runtime data
.talox/
.talox-profiles/
profiles/

# Tesseract OCR model (downloaded at runtime)
*.traineddata

# Test artifacts
tests/temp-profiles/
tests/temp-profiles-*/
tests/**/*.js
tests/**/*.js.map
tests/**/*.d.ts
tests/**/*.d.ts.map

# Credentials & secrets
*.credentials.txt
*-credentials.txt
test-credentials.txt
stealth-test-credentials.txt

# Test profiles (browser session data from test runs)
test-profiles/
test-profile/

# Screenshots & test output
*.png
*.jpg
*.jpeg
!talox.png
!talox.webp
!docs/**/*.png
!docs/**/*.jpg

# Logs
*.log
npm-debug.log*

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*.swo

# Environment
.env
.env.*

# Claude Code AI assistant config (local only — never commit)
.claude/

# Internal planning & AI session docs (not for public repo)
docs/superpowers/

# Playwright test artifacts
playwright-report/
test-results/
.env.test

# Browser profile data (Chromium session cache — generated at runtime)
test/
.harbor-talox/
harbor-*/

# Leftover demo/scratch scripts
*.mjs

# SonarQube scan artifacts
.scannerwork/
.avant-radar/

# Demo assets (generated locally)
demo-assets/

# Internal planning docs
docs/IMPLEMENTATION_*.json

# Coverage reports
coverage/

# Smoke test artifacts
smoke-test-profile/
smoke-test.mjs

# Test temp dirs
.tmp-cli-test/
init-*-*/
