public: strip PII from source — Casey refs, home path, email, creds in gitignore
Replace real name, email, and gendered pronouns in doc comments with
neutral phrasing ("the user", "Souveraine Contributors", "TestUser").
Remove absolute home directory path from tool defs doc comment.
Add souveraine.toml to .gitignore so it won't be re-tracked.
This commit is contained in:
parent
7637504351
commit
aebdef7c16
15 changed files with 25 additions and 22 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -55,3 +55,6 @@ souveraine.log.prev
|
|||
|
||||
# Filed-away stray working files — kept on disk, out of the repo
|
||||
/docs/archive/strays/
|
||||
|
||||
# Config (use souveraine.example.toml as template)
|
||||
souveraine.toml
|
||||
|
|
|
|||
Loading…
Reference in a new issue