Files
WeChatDataAnalysis/.gitignore
2977094657 bcd9da4301 chore(gitignore): 忽略本地构建产物与调研仓库
- 忽略桌面端打包测试产物:desktop/dist-updater-test/

- 忽略本地配置与临时脚本:wechat_db_config.json、.claude/settings.local.json、tools/tmp_isaac64_compare.js

- 忽略调研/外部参考仓库目录:refs/、WeFlow/、win95/、py_wx_key/
2026-02-18 16:53:12 +08:00

47 lines
737 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
/output/
/.idea
/.history/
/.augment/
/CLAUDE.md
# Local config templates
/wechat_db_config_template.json
/wechat_db_config.json
.ace-tool/
pnpm-lock.yaml
/tools/tmp_isaac64_compare.js
/.claude/settings.local.json
# Local dev repos and data
/WxDatDecrypt/
/echotrace/
/oh-my-wechat/
/vue3-wechat-tool/
/wechatDataBackup/
/wx_key/
/refs/
/WeFlow/
/win95/
/py_wx_key/
# Electron desktop app
/desktop/node_modules/
/desktop/dist/
/desktop/dist-updater-test/
/desktop/build/
/desktop/resources/ui/*
!/desktop/resources/ui/.gitkeep
/desktop/resources/backend/*.exe
!/desktop/resources/backend/.gitkeep
/desktop/resources/icon.ico