Add direnv setup: .envrc loads gitignored .env, template in .env.example

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Eric Wagoner
2026-08-01 12:41:34 -04:00
parent 2109e3544a
commit 12fc0522b2
2 changed files with 14 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# Copy to .env and fill in. .env is gitignored — never commit real values.
# BGG XML API application token (register at https://boardgamegeek.com/applications)
BGG_API_TOKEN=
# BGG website login for the upload stage (Playwright)
BGG_USERNAME=
BGG_PASSWORD=
# Anthropic API key for the vision extract stage
ANTHROPIC_API_KEY=
+3
View File
@@ -0,0 +1,3 @@
# Loaded automatically by direnv when you cd into this directory.
# Secrets live in .env (gitignored) — see .env.example for the template.
dotenv_if_exists