Files
daimon d2db326c70 Initial public release of OutlookRegister.
Fork of LainsNL/OutlookRegister with OAuth hardening, optional recovery email,
batching, and MIT license. Ships example config only (no local secrets).
2026-07-23 20:47:55 +08:00

18 lines
215 B
Plaintext

__pycache__/
*.py[cod]
.venv/
venv/
.env
log/
*.log
browser_profiles/
# Local secrets & runtime data (never commit)
config.json
config.local.json
Results/
!Results/.gitkeep
# Local tooling
_merge_from_monorepo.py