mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-02-19 22:30:49 +08:00
39 lines
591 B
Plaintext
39 lines
591 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/
|
|
pnpm-lock.yaml
|
|
|
|
# Local dev repos and data
|
|
/WxDatDecrypt/
|
|
/echotrace/
|
|
/oh-my-wechat/
|
|
/vue3-wechat-tool/
|
|
/wechatDataBackup/
|
|
/wx_key/
|
|
|
|
# Electron desktop app
|
|
/desktop/node_modules/
|
|
/desktop/dist/
|
|
/desktop/build/
|
|
/desktop/resources/ui/*
|
|
!/desktop/resources/ui/.gitkeep
|
|
/desktop/resources/backend/*.exe
|
|
!/desktop/resources/backend/.gitkeep
|
|
/desktop/resources/icon.ico
|