Worker F's README told users to 'cp .env.example .env' but a blanket .env.* gitignore rule silently dropped it. Un-ignore .env.example (real .env stays ignored) and generate the template from internal/config: every TAPIR_* var, which command needs it, accurate defaults, op/port-forward notes for demo time. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
236 B
Plaintext
14 lines
236 B
Plaintext
# Build artifacts
|
|
/bin/
|
|
*.out
|
|
|
|
# Skills are wired as symlinks by the skills library installer and must never
|
|
# be committed (see docs convention in mathias/skills).
|
|
.claude/skills
|
|
|
|
# Local env / editor
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.local
|