mirror of https://github.com/jackwener/wx-cli.git
58 lines
638 B
Plaintext
58 lines
638 B
Plaintext
# Decrypted databases and keys - NEVER upload
|
|
all_keys.json
|
|
wechat_key.txt
|
|
config.json
|
|
decrypted/
|
|
decoded_images/
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.db.tmp_monitor
|
|
|
|
# Hook outputs
|
|
hook_output.txt
|
|
hook_start_output.txt
|
|
hook_stderr.txt
|
|
run_hook.bat
|
|
|
|
# Rust
|
|
target/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
find_all_keys_macos
|
|
.claude/worktrees/
|
|
|
|
# ── GSD baseline (auto-generated) ──
|
|
.gsd
|
|
.gsd-id
|
|
.mcp.json
|
|
.bg-shell/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
*.code-workspace
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
node_modules/
|
|
.next/
|
|
dist/
|
|
build/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
vendor/
|
|
*.log
|
|
coverage/
|
|
.cache/
|
|
tmp/
|