-
Notifications
You must be signed in to change notification settings - Fork 235
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (53 loc) · 1.14 KB
/
Copy path.gitignore
File metadata and controls
59 lines (53 loc) · 1.14 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
# Secrets
**/cookies.json
**/wechat-keys.json
**/wechat-*.json
**/wechat-*-state.json
**/.env
**/.env.*
**/*secret*
**/*token*
# WeChat temp data
**/tmp/wechat-local-vault/
**/*.db
**/*.db-wal
**/*.db-shm
**/*.sqlite
**/*.sqlite3
**/wechat_frida_keys.log
# WeChat public-account exporter credentials and archives
**/credentials.json
**/*auth-key*
**/wechat-mp-batch/
wechat-mp-batch-exporter/**/history.*.json
wechat-mp-batch-exporter/**/history.*.csv
wechat-mp-batch-exporter/**/urls.*.txt
wechat-mp-batch-exporter/**/articles/
wechat-mp-batch-exporter/**/comments/
wechat-mp-batch-exporter/**/comment-replies/
wechat-mp-batch-exporter/**/raw-exporter/
# Local caches/history
**/.versions/
**/__pycache__/
*.pyc
*.log
# Grok Consult private runtime and credentials
plugins/yichen-grok-consult/**/auth.json
plugins/yichen-grok-consult/**/updates.jsonl
plugins/yichen-grok-consult/**/sessions/
plugins/yichen-grok-consult/**/grok-home/
# Media workflow outputs
**/*.mp4
**/*.mov
**/*.m4a
**/*.mp3
**/*.srt
**/*.vtt
**/*.asr_cache.json
**/*.asr_pending.json
**/*.metadata.json
**/*.transcript.txt
**/xhs_*/
**/douyin_*/
# Local notes and extras
.write_test.txt