Files

42 lines
715 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.venv/
__pycache__/
*/__pycache__
*.pyc
.claude
.vscode
# 环境变量(含敏感信息,勿提交)
.env
# 运行时数据
data/
logs/
artifacts/
*.db
*.log
# geetest 临时图片
bg.jpg
fullbg.jpg
slice.jpg
# 虎牙逆向考古资料(仅本地保留,不入库)
# ── 抓包证据 / 反编译产物 / frida 抓包 / IDA 数据库 / .so dump
evidence/
# ── 逆向实验脚本(保留业务脚本 migrate_sqlite_to_mysql.py
scripts/*
!scripts/migrate_sqlite_to_mysql.py
!scripts/install-git-hooks.sh
# ── 逆向工具集(frida hook、unidbg hydev、虎牙协议复刻脚本等)
tools/
# Node 依赖
**/node_modules/
web/frontend/dist/
.DS_Store
.reasonix/
.tmp_reverse/
apks/
work/