# dependencies (bun install)
node_modules

# output
out
dist
*.tgz
src/web/ui/tailwind-out.css

# code coverage
coverage
*.lcov

# logs
logs
_.log
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json

# dotenv environment variable files
.env
.env.bak*
.env.development.local
.env.test.local
.env.production.local
.env.local

# caches
.eslintcache
.cache
*.tsbuildinfo

# IDEs
.idea
.claude
.serena
CLAUDE.md

# Finder (MacOS) folder config
.DS_Store

# scripts (track embedding server and deployment scripts)
# scripts/

# OpenCrow data
opencrow.db
opencrow.db-wal
opencrow.db-shm
data/
# Exception: committed canonical-mapping data for the Neo4j graph maintenance
# script (scripts/canonicalize-neo4j-graph.py needs these at --apply time).
!scripts/data/
!scripts/data/**
src/news/scraper/.venv/

# Playwright MCP
.playwright-mcp/
.mcp.json

# Playwright e2e artifacts
playwright-report/
test-results/

# Python (mem0 sidecar) build artifacts
__pycache__/
*.pyc
.venv/
