# Dependencies
node_modules/

# Build output
build/
dist/
*.tsbuildinfo

# OS files
.DS_Store
Thumbs.db

# Editors / IDEs
.vscode/
.idea/
*.swp
*.swo

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

# Environment / secrets
.env
.env.local
.env.*.local

# Test / tooling caches
coverage/
.eslintcache
.nyc_output/

# Python
__pycache__/
*.pyc

# Browser automation runtime data
.playwright-mcp/
.playwright-cli/

# Internal dev tooling (not for public repo)
CLAUDE.md
.claude/
_bmad/
_bmad-output/
docs/
# test-hardest: nur Rohdaten, Harness und Liesmich sind oeffentlich; die Seite selbst bleibt privat
test-hardest/*
!test-hardest/results/
test-hardest/results/*
!test-hardest/results/*.json
!test-hardest/benchmark-*.json
!test-hardest/README.md
!test-hardest/measure-tool-calls.sh
!test-hardest/measure-session-cost.sh
!test-hardest/blind-run.mjs
!test-hardest/blind-run.test.mjs
!test-hardest/blind-prompt.md
!test-hardest/fixtures/
test-hardest/fixtures/*
!test-hardest/fixtures/blind-run/
test-stress/
live-test/
marketing/
research/
prompt.md
PUBLIC_BROWSER_FINDINGS.md
compare-*.png

# scripts/: nur die oeffentlich nutzbaren Helfer liegen im Repo
scripts/*
!scripts/check-pack.mjs
!scripts/dev-mode.sh
!scripts/publish.ts
!scripts/publish.test.ts
!scripts/token-count.mjs
!scripts/make-benchmark-chart-2026-09.py

# Registry-Publish-Tokens (lokal, niemals committen)
.mcpregistry_*_token
