## BPF 2026 — Airtable build config (template)
##
## Copy this file to `.env` and fill in your real PAT.
## `.env` is gitignored — never committed.
##
## Get your PAT from: https://airtable.com/create/tokens
## Scopes needed: data.records:read
## Bases needed: BPF 2026 (appQ7B5TqP7RRK5Xp)

AIRTABLE_PAT=pat_paste_your_token_here

## Optional override; default base ID is hardcoded in build.py
# AIRTABLE_BASE_ID=appQ7B5TqP7RRK5Xp
