- 6 大模块:扫描/账号管理/节点部署/暴力破解/算力调度/监控运维 - SKILL 总控 + 子模块 SKILL - 排除大文件(>5MB)与敏感凭证 Co-authored-by: Cursor <cursoragent@cursor.com>
36 lines
626 B
Plaintext
36 lines
626 B
Plaintext
# 系统与编辑器
|
||
.DS_Store
|
||
.idea/
|
||
.vscode/
|
||
*.cursorindexingignore
|
||
|
||
# Python
|
||
.venv/
|
||
venv/
|
||
__pycache__/
|
||
*.py[cod]
|
||
.env
|
||
.env.*
|
||
*.log
|
||
|
||
# 敏感数据(凭证、破解结果)
|
||
04_暴力破解/results/
|
||
**/found_credentials*.csv
|
||
**/found_credentials*.json
|
||
|
||
# 大文件
|
||
*.bin
|
||
*.onnx
|
||
*.pt
|
||
*.db
|
||
*.sqlite
|
||
*.zip
|
||
*.tar.gz
|
||
|
||
# 超过 5MB 的大文件(Gitea 推送限制)
|
||
分布式算力矩阵.png
|
||
分布式算力矩阵_完整链路图_v1.0.png
|
||
01_扫描模块/references/扫描流水线v2.0.png
|
||
01_扫描模块/references/kr_scan_results_20260215_045340.json
|
||
01_扫描模块/references/木蚂蚁用户RFM评估_20260214_230359.csv
|