13 lines
339 B
Plaintext
13 lines
339 B
Plaintext
.vscode/
|
|
src/**/bin/
|
|
.claude/
|
|
|
|
# Operator input, not a build input. The examples beside it are the tracked contract;
|
|
# verifyEnvKeys reads the registry, the profile YAMLs and .env.example, never a real one.
|
|
src/.env*
|
|
!src/.env.example
|
|
!src/.env.local.example
|
|
|
|
# Written per run by the runtime-smoke wrapper; never committed.
|
|
src/.env.lane
|