Open-source Grok free registration CLI, xai_enroller auth pipeline, local auth service, tests and docs.
20 lines
277 B
Plaintext
20 lines
277 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.env
|
|
*.log
|
|
logs/
|
|
*.bak
|
|
.venv/
|
|
.setup.lock/
|
|
.DS_Store
|
|
.pytest_cache/
|
|
xai-enroller-ledger.db*
|
|
tmp_*.py
|
|
|
|
# runtime credential outputs under keys/ (keep product scripts tracked)
|
|
keys/*
|
|
!keys/acpa_watchdog.py
|
|
!keys/sync_acc.py
|
|
!keys/async_auth.sh
|
|
!keys/README.md
|