🪂 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:
6
.gitignore
vendored
6
.gitignore
vendored
@ -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/
|
||||
|
||||
Reference in New Issue
Block a user