d2db326c70
Fork of LainsNL/OutlookRegister with OAuth hardening, optional recovery email, batching, and MIT license. Ships example config only (no local secrets).
18 lines
215 B
Plaintext
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
|