Files
WeChatDataAnalysis/.gitignore
T
2977094657 6fcbd484af build(desktop-backend): 打包后端时注入版本信息并同步 native 资源
- 从 desktop/package.json 读取版本号并生成 PyInstaller version-file
- 打包后复制 native 目录到 resources/backend/native,避免 onefile 临时目录依赖
- 将 pyproject.toml 复制到 backend 资源目录,补齐运行时项目标记
- 更新 .gitignore,忽略 backend/native 与 backend/pyproject.toml 打包产物
2026-03-02 12:57:33 +08:00

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