# Secrets / env
.env
.env.*
!.env.example

# Node / TypeScript (Shopify app, UI)
node_modules/
.next/
dist/
build/
coverage/
*.tsbuildinfo

# Python (import/report beta, ETL)
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
__pycache__/
*.pyc

# Local data (do not commit merchant/channel exports)
data/private/
data/raw/
*.sqlite
*.sqlite3
*.db

# Logs / temp
tmp/
*.log

# OS / IDE
.DS_Store
Thumbs.db
.idea/

# Generated test fixtures (regenerated by tests/conftest.py)
tests/fixtures/over_15mb/

# CLI output dir (sample reports are saved under examples/reports/ instead)
/out/
