Files
live-hub-py/.gitignore
T
yml2213 1413b4f030 chore: 虎牙逆向考古资料移出 git 跟踪 — rm --cached + .gitignore 兜底
不再跟踪(本地保留):
- evidence/  抓包证据/反编译/IDA 数据库/.so dump (1133 文件)
- scripts/   逆向实验脚本 (仅保留 migrate_sqlite_to_mysql.py)
- tools/     frida hook/抓包 + unidbg hydev + 虎牙协议复刻工具

保留跟踪:
- e语言/  docs/  core/huya/verification/models/  core/huya/fingerprint/

Dockerfile: COPY scripts/ 收窄为仅业务迁移脚本。
2026-08-30 12:56:25 +08:00

40 lines
684 B
Plaintext
Raw 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
# ── 逆向工具集(frida hook、unidbg hydev、虎牙协议复刻脚本等)
tools/
# Node 依赖
**/node_modules/
web/frontend/dist/
.DS_Store
.reasonix/
.tmp_reverse/
apks/
work/