# Build artifacts
/target/
**/*.rs.bk

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.production.local
apps/dashboard/.env.production.local
infra/*.local

# Dependencies
node_modules/
npm/bin/hsx*

# Next.js / Turbo
.next/
.turbo/
apps/*/out/
bun.lockb
bun.lock
*.tsbuildinfo

# Data
*.db
*.sqlite
__pycache__/
*.pyc
.agentic/

# Local reports and logs
report.json
server.log
stream.out

# Benchmark and quality artifacts
tests/benchmark/*.log
tests/benchmark/*results*.json
tests/competitive/results/
tests/quality/results/

# Secret / production config — never commit
secrets.yml
infra/fetchium.env.production
*.env.production
infra/*.env.production

# Browser/debug artifacts & cruft
.playwright-cli/
*.log
**/defunct*
*.dat
.DS_Store
graphify-out/
packages/npm/bin/fetchium

# Generated benchmark reports & debug output
benchmark_report_*.json
output/playwright/
npm/bin/fetchium
# No PHP in this project — block accidental/malicious additions
*.php

# Dev scratch / ad-hoc run output (never commit)
/log_*.txt
/result_*.json
/search_results_*.json
/benchmark_output.txt
/debug_log.txt
/server_log.txt
/*_log.txt
/reports/
Screenshot*.png
*.orig
