forked from OneDragon-Anything/ZenlessZoneZero-OneDragon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
100 lines (89 loc) · 1.7 KB
/
Copy path.gitignore
File metadata and controls
100 lines (89 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# 开发过程产生的临时文件
build/
dist/
zzz-od-test/
.idea/
.vscode/*
!.vscode/launch.json
__pycache__/
deploy/build/
deploy/dist/
.env
recording.jsonl
QWEN.md
GEMINI.md
CLAUDE.local.md
.lingma/
.qwen/
.claude/*
.pai/
!.claude/CLAUDE.md
nul
.kiro/
# superpowers
docs/superpowers/
.superpowers/
# 用户独有的配置文件
env.bat
config/custom.yml
config/env.yml
config/game.yml
config/dodge_assistant.yml
config/zzz_one_dragon.yml
config/one_dragon.yml
config/pip.yml
config/push.yml
config/redemption_codes.yml
config/[0-9]*/
config/dodge/*
!config/dodge/*.sample.yml
config/auto_battle/*
!config/auto_battle/*.sample.yml
!config/auto_battle/*.merged.yml
config/auto_battle_state_handler/*
!config/auto_battle_state_handler/*.sample.yml
config/auto_battle_operation/*
!config/auto_battle_operation/*.sample.yml
config/hollow_zero_challenge/*
!config/hollow_zero_challenge/*.sample.yml
config/lost_void_challenge/*
!config/lost_void_challenge/*.sample.yml
config/yolo.yml
config/model.yml
config/overlay.yml
custom/assets/ui/banner
assets/ui/version_poster.webp
assets/ui/static_background.webp
assets/ui/dynamic_background.webm
config/world_patrol_route_list/*
!config/world_patrol_route_list/*.sample.yml
# 执行文件
*.exe
# 用户运行时产生的文件
.log/
.install/
.temp_clone/
.temp_clone**/
.debug/
.conda/
.venv/
.runtime/
notice_cache/
*.bak
# 第三方插件目录
plugins/*
!plugins/README.md
# 需自行下载的模型文件
models/
# telemetry
config/telemetry.yml
config/privacy.yml
telemetry_debug.log
telemetry_*.log
telemetry_temp/
telemetry_cache/
src/zzz_od/telemetry/__pycache__/
src/zzz_od/telemetry/**/__pycache__/
telemetry_export_*.json
telemetry_report_*.json
privacy_report_*.json