# Imported v2 artifacts. Contains a live API key and a 74MB Python 3.9 venv.
# Kept on disk as reference; deliberately never committed.
inbox/

# Environments
.venv/
__pycache__/
*.py[cod]

# MediaPipe model binaries (9.4MB each). Fetched by scripts/fetch_model.sh.
models/
*.task

# Local data: history DB, logs, generated dashboard
data/
*.db
*.db-wal
*.db-shm
*.log

# Captured frames and the calibration image store. Never commit images of the user.
captures/
calibration_frames/
*.jpg
*.jpeg
*.png

# Test fixture images are the one exception (deliberately posed, no ambient capture)
!tests/fixtures/**/*.jpg
!tests/fixtures/**/*.png

# Secrets
.env
.env.local

# macOS
.DS_Store

# SDD scratch (ledger, briefs, review packages)
.superpowers/
