forked from HM2899/grokcli-2api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (60 loc) · 1.18 KB
/
Copy path.gitignore
File metadata and controls
69 lines (60 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.env
.env.*
!.env.example
data/
*.tmp
.DS_Store
*.log
.idea/
.vscode/
# leftover / accidental trees
register/
vendors/
# vendored registration runtime artifacts
grok-build-auth/**/__pycache__/
grok-build-auth/cliproxyapi_auth/
grok-build-auth/.env
data/register_sso/
# Local deploy overrides (ports, domains, secrets paths)
docker-compose.override.yml
grokcli-2api.env
docker-rebuild.local.sh
# Local tooling / release pins
.claude/
# release pin tracked for CI version gate
# .release-commit
# Built Go binaries (source lives under cmd/; do not ignore grok2api/ package dir)
/grok2api-migrate
/grok2api/grok2api
/bin/
*.new
# Accidental local data dir name / backups
GROK2API_DATA_DIR/
*.bak
auth.bak.*
**/auth.bak.*
# Never allow common secret / runtime filenames even outside data/
**/auth.json
**/keys.json
**/models_cache.json
**/affinity.json
*.pem
*.key
id_rsa
id_rsa.pub
# local turnstile solver runtime
turnstile-solver/.venv/
turnstile-solver/logs/
turnstile-solver/keys/
turnstile-solver/__pycache__/
# Accidental third-party installers / one-shot local research
install_panel*.sh
install_*_en.sh
scripts/release_v*.sh
scripts/_fetch_*.py
/tmp/