-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy path.gitignore
52 lines (46 loc) · 881 Bytes
/
.gitignore
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
# 开发过程产生的临时文件
build/
dist/
.idea/
.vscode/
__pycache__/
deploy/
# 子模块
test/
zzz-od-test/
# 用户独有的配置文件
env.bat
config/env.yml
config/game.yml
config/dodge_assistant.yml
config/zzz_one_dragon.yml
config/[0-9]*/
config/dodge/*
!config/dodge/*.sample.yml
config/auto_battle/*
!config/auto_battle/*.sample.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
# 执行文件
*.exe
# 用户运行时产生的文件
.log/
.env/
.temp_clone/
.temp_clone**/
.debug/
.conda/
.vscode/
.venv/
notice_cache/
# 需自行下载的模型文件
models/
# 缓存文件
notice_cache/