ADMIN_CLI.txt

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
*.egg-info/
dist/
build/
.eggs/

# Node
node_modules/
.next/
out/
.turbo/

# Environment
.env
.env.local
.env.*.local

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

# OS
.DS_Store
Thumbs.db

# Docker
docker-compose.override.yml

# Database
*.sqlite3
*.db

# Logs
*.log
logs/

# Coverage
htmlcov/
.coverage
coverage/
.nyc_output/

# Celery
celerybeat-schedule
celerybeat.pid

# AI tools
.agent/
.agents/
.windsurf/

# TypeScript build artifacts
*.tsbuildinfo
.claude/skills/
.playwright-mcp/

# Landing page prototypes
datablue-landing-v2/
.gitnexus

# Deploy secrets (never commit env files with credentials)
deploy/*.env
deploy/generate-env.sh

# Screenshots & design iterations (bloat)
/*.png
/logo/*.png

# Embedded repos
new-ui/

# Research & benchmarking (ephemeral work)
alt_engines_research/
bing_research/
brave_research/
ddg_research/
startpage_research/
pow_capture/
bench_results/

# Temp scripts & result files at root
/test_*.py
/bench_*.py
/analyze_*.py
/capture_*.py
/scrape_*.py
/find_*.py
/keyword_*.py
/engine_*.py
/cookie_replay*.py
/pow_*.py
/pow_*.js
/extract_script*.py
/*.csv
/*.json
/*.xlsx
/cookie_test_*.html
/google_js_shell_sample.html
/datablue_*.xlsx
/pow_shell_raw.html
/client_scrape_export.json

# Output & temp directories
tmp/
output/

# MCP config (local)
.mcp.json

# Report/research docs (not product docs)
BOT_DETECTION_RESEARCH.md
COOKIE_REPLAY_REPORT.md
MICROBROWSER_INTEGRATION.md
MICROBROWSER_OSINT_REPORT.md
MICROBROWSER_PLAN.md
MULTI_ENGINE_DESIGN.md
SEARCH_ENGINE_RESEARCH.md
SERP_MISSION_REPORT.md
V8_MINIRACER_REPORT.md
MIGRATION_RUNBOOK.md
datablue-architecture.html

# Test results
test-results/
