Files
WeChatDataAnalysis/.gitignore
2977094657 219143f663 chore(gitignore): 忽略本地参考仓库与工具/数据目录
- 忽略 .ace-tool/ 工作目录

- 忽略 WxDatDecrypt/、echotrace/、oh-my-wechat/、vue3-wechat-tool/、wechatDataBackup/、wx_key/ 等本地参考/数据目录
2026-01-01 23:22:24 +08:00

28 lines
344 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
.ace-tool/
# Local dev repos and data
/WxDatDecrypt/
/echotrace/
/oh-my-wechat/
/vue3-wechat-tool/
/wechatDataBackup/
/wx_key/