a7bcbed8ce
Rotation design stays on disk for local reference but is excluded from the pushed repo. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
18 lines
267 B
Plaintext
18 lines
267 B
Plaintext
# build output
|
|
/credrot
|
|
/dist/
|
|
|
|
# never commit secrets or backup bundles (any sealer: age / hmac / openssl)
|
|
*.credrot.enc
|
|
*.credrot.age
|
|
*.age
|
|
*.env
|
|
.env.*
|
|
|
|
# local-only design docs (kept on disk, never pushed upstream)
|
|
docs/ROTATION.md
|
|
|
|
# editor / OS
|
|
*.swp
|
|
.DS_Store
|