mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-06-18 15:54:08 +08:00
6fcbd484af
- 从 desktop/package.json 读取版本号并生成 PyInstaller version-file - 打包后复制 native 目录到 resources/backend/native,避免 onefile 临时目录依赖 - 将 pyproject.toml 复制到 backend 资源目录,补齐运行时项目标记 - 更新 .gitignore,忽略 backend/native 与 backend/pyproject.toml 打包产物
54 lines
911 B
Plaintext
54 lines
911 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
|
|
.env
|
|
.env.*
|
|
|
|
# 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/native/*
|
|
/desktop/resources/backend/pyproject.toml
|
|
!/desktop/resources/backend/.gitkeep
|
|
/desktop/resources/icon.ico
|
|
|
|
# Local scratch file accidentally generated during development
|
|
/bento-summary.html
|