# Python
__pycache__/
*.pyc
*.egg-info/
build/
dist/
.pytest_cache/

# Virtualenvs
.venv*/

# OS
.DS_Store

# WhatsApp Web session DBs ARE linked-device credentials — NEVER commit.
*.sqlite3
*.sqlite3-shm
*.sqlite3-wal

# Local proof / scratch artifacts (contains a hardcoded local phone number,
# QR images, logs, and the live session DB). Not part of the package.
wa_web_proof/

# Secrets
.env
*.secret
