node_modules/
.env
env
.env.*
*.env
data/hotmart/seen-transactions.json
data/hotmart/webhook-log.jsonl

# WhatsApp session & runtime data
bots/*/session/
bots/*/chats/
bots/*/mentees/
bots/*/sync-queue.json
bots/*/jobs-paused.flag

# Mentee personal data (CVs, career strategies, reports)
mentees/

# Exception: include mentees inside website-mirror
!website-mirror/**/mentees/
!website-mirror/**/mentees/**

# Generated cache & runtime state
cvs-cache/
sync-queue.json

# Authorized numbers (contains personal phone numbers)
json/numbers.json
