mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-02-19 22:30:49 +08:00
- 忽略桌面端打包测试产物:desktop/dist-updater-test/ - 忽略本地配置与临时脚本:wechat_db_config.json、.claude/settings.local.json、tools/tmp_isaac64_compare.js - 忽略调研/外部参考仓库目录:refs/、WeFlow/、win95/、py_wx_key/
47 lines
737 B
Plaintext
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
|