# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build output
dist/
build/
*.tsbuildinfo
*.mcpb

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage/
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage
.grunt

# Bower dependency directory
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons
build/Release

# Dependency directories
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# parcel-bundler cache
.cache
.parcel-cache

# next.js build output
.next

# nuxt.js build output
.nuxt

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Testing
test-results/
playwright-report/
coverage/

# FAF specific
.faf-test*
.claude-faf-test*

# Generated .faf files (from `faf git` etc) — only project.faf is source
*.faf
!project.faf

# Internal documents - ALL .md files go to FAF-GOLD/PLANET-FAF
*.md
!README.md
!CONTRIBUTING.md
!CODE_OF_CONDUCT.md
!SECURITY.md
!PRIVACY.md
!SUPPORT.md
!REDDIT_POST.md
!docs/**/*.md
!.github/**/*.md

# MCP Registry tokens (sensitive)
.mcpregistry_*
*_token
*.token

# Backup files
*.backup
*.backup-*
.vercel

# Strategy/planning docs (keep local only - moved to PLANET-FAF)
COMMUNITY-POST.md
*-STRATEGY.md
*-POSITIONING.md
LAUNCH-*.md
MARKETPLACE-*.md

# Test artifacts and results (added by repo-maintainer)
big3-test-results-*/
.faf++
BIG_3_*.sh
*_TEST_*.sh

# Personal notes
.notes/
