-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
82 lines (66 loc) · 924 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
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
# 忽略操作系统文件
.DS_Store
Thumbs.db
# 忽略日志文件和临时文件
*.log
*.tmp
*.swp
# 忽略编译输出
/dist
/build
/out
*.o
*.obj
*.exe
*.dll
*.class
# 忽略依赖包
/node_modules
/vendor
# 忽略环境配置文件
.env
.env.local
.env.*.local
# 忽略IDE配置文件
/.idea
/.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# 忽略特定语言的文件
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
# Java
*.class
*.jar
*.war
*.ear
# Ruby
*.gem
/log
/tmp
# PHP
/vendor
*.phpunit.result.cache
# Go
/bin
/pkg
# dataset and model
/abcd/data
/abcd/RL
/abcd/results
/multiwoz/data
/multiwoz/results
/reimplementMultistepAbcdWOaction/results
/reimplementMultistepAbcdWOaction/data
/reimplementMultistepWozWOaction/results
/reimplementMultistepWozWOaction/data
/reImplementDSPAbcdWOaction/results
/reImplementDSPAbcdWOaction/data
/reImplementDSPWozWOaction/results
/reImplementDSPWozWOaction/data