# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
*.egg

# Node
node_modules/
cli/dist/

# Next.js
web/.next/
web/out/

# Environment & Secrets
.env
.env.local
.env.production
.pypirc

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

# OS
.DS_Store
Thumbs.db

# Test
.pytest_cache/
.coverage
htmlcov/

# Build artifacts
*.tar.gz
*.whl

# Test score artifacts
.artifacts/

# Spec documents
*.docx

# Screenshots & temp files
*.png
screenshots/
test-screenshots/
spec_extracted.txt
calendar.ics
events.json

# Playwright
.playwright-mcp/

# Claude Code
.claude/

# Internal growth / marketing content
growth/
backend/.next/
kwfinder-*.md
packages_dump.json
snapshot_nonowner.txt
seo/
backend/scripts/enrichment_*.json

# Internal documentation (not for GitHub)
internal/

# Internal ops scripts (crawl, enrichment, import)
scripts/crawl_*.py
scripts/enrich_*.py
scripts/import_candidates.py
candidates*.json
