-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (47 loc) · 768 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (47 loc) · 768 Bytes
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
# Python
__pycache__/
*.py[cod]
.venv/
.pytest_cache/
.coverage
build/
dist/
*.egg-info/
# Node / loopback web console
node_modules/
# Runtime vaults and sensitive WeChat artifacts
.trove-vault/
.trove-fixture-vault/
**/decrypted/
**/logs/
**/output/
**/key_store.json
**/*.db
**/*.sqlite
**/*.sqlite3
**/*-wal
**/*-shm
**/*.db-wal
**/*.db-shm
**/messages.jsonl
**/raw_chat_export*/
# Auto-reply / sender denylist artifacts
**/wechat_auto_reply.py
**/auto_reply_*
**/wechat_sender.swift
**/wechat_auto_reply_helper.swift
**/send_wechat_message.applescript
**/LaunchAgents/
**/*.plist
# Local config/secrets
.env
.env.*
*.pem
*.key
*.p12
.DS_Store
# Skill Hub generated project activation bridges
/.agents/skills/
/.codex/skills/
/.claude/skills/
/.hermes/skills/