🪂 Deprecate sync_wiki.py and transition to in-memory GitHub wiki publishing

sync_wiki.py is now deprecated in favor of token-authenticated in-memory
publishing directly to the GitHub wiki. This change reflects a shift to
e2e automation. The file remains as a fallback parachute.

Also includes minor updates to .gitignore and wiki repo pointer.
This commit is contained in:
2025-08-04 20:22:07 -07:00
parent ed85fba609
commit 73666d3987
3 changed files with 99 additions and 40 deletions

6
.gitignore vendored
View File

@ -11,6 +11,9 @@ env/
venv/
ENV/
# test data
2025.06.20/
# VSCode
.vscode/
@ -21,9 +24,12 @@ Thumbs.db
# Environment variables and secrets
.env
client_secrets.json
token.pickle
description_gen.py
# Logs
*.log
logs/
# Jupyter Notebook checkpoints
.ipynb_checkpoints/