# 本地配置与凭据
.env
.env.*
!.env.example

# Python 环境与缓存
.venv/
venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# 编辑器与系统文件
.idea/
.vscode/
.DS_Store
Thumbs.db

# 运行输出与抓包目录
out/
capture/
capture-*/
ecapture/

# 大体积样本、流量与日志产物
*.apk
*.apks
*.xapk
*.rar
*.zip
*.har
*.pcap
*.pcapng
*.log
*.pid

# 根目录临时分析输出
/_dec_*.txt
/*-ddecode-*.txt
/1.txt
