Gitignore .envrc, add .envrc.example

.envrc contains local config (data dir paths) and should not be tracked.
Add .envrc.example documenting available env vars with defaults.
This commit is contained in:
2026-07-14 15:12:57 +00:00
parent 519df610e8
commit 282d255c0a
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ coverage.out
coverage.html
.claude/
CLAUDE.md
.envrc