-
Notifications
You must be signed in to change notification settings - Fork 1.9k
/
.gitignore
170 lines (156 loc) · 2.59 KB
/
.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
build/
Makefile.in
cluster/Makefile.in
cluster/Makefile
acinclude.d/libtool.m4
acinclude.d/ltoptions.m4
acinclude.d/ltsugar.m4
acinclude.d/ltversion.m4
acinclude.d/lt~obsolete.m4
aclocal.m4
config.guess
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
vowpalwabbit/Makefile.in
CMakeFiles
CMakeCache.txt
CTestCostData.txt
CTestTestfile.cmake
cmake_install.cmake
CMakeUserPresets.json
config.h
*.la
*.lo
vowpalwabbit/stamp-*
config.status
test/*.predict
test/*.cmp
*.log
*.o
*.a
t_*
bin
!.pipelines
vw.1
*.cache
*.tgz
test/*.tmp
test/models
test/topk.model
.libs
.deps
autom4te.cache/
vowpalwabbit/vw
cluster/spanning_tree
*.d
*.prev
library/ezexample_predict
library/ezexample_train
library/library_example
library/recommend
library/gd_mf_weights
library/test_search
library/search_generate
test/RunTests.last.times
*.dSYM
*~
*.pc
*.pyc
.DS_Store
logs/**
results/**
# build folders
**/x64
**/obj
**/Debug
**/Release
**/dll
**/ipch
**/target
# VS files
*.opensdf
*.suo
*.sdf
*.vcxproj.user
*.csproj.user
*.so
demo/mnist/infimnist
demo/ocr/letter.*
demo/ocr/run.*
**/TestResults
# IntelliJ
*.idea
*.iml
# Ignore NuGet Packages
*.nupkg
# Ignore the packages folder
**/packages
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
!**/packages/repositories.config
# QT
VW.config
VW.creator
VW.creator.user
VW.files
VW.includes
# Python packaging
python/.cache/**
python/.eggs/**
python/.tox/**
python/build/**
python/dist/**
python/src/**
python/vowpalwabbit.egg-info/**
python/.coverage
python/docs/build
env/**
# Java
java/pom.xml
/COPYING
/README
/compile
/cs/Serializer/Visitors/VowpalWabbitNativeVisitorExt.cs
/cs/Serializer/VowpalWabbitDefaultMarshallerExt.cs
/cs/unittest/RunTests.cs
/cs/unittest/TestMarshalNumeric.cs
vowpalwabbit/vw.VC.VC.opendb
vowpalwabbit/vw.VC.db
/cs/cs/Serializer/VowpalWabbitDefaultMarshallerExt.cs
/python/pylibvw.pyd
/python/pylibvw.cp35-win_amd64.pyd
reinforcement_learning/ds.VC.VC.opendb
reinforcement_learning/ds.VC.db
reinforcement_learning/rl.VC.VC.opendb
reinforcement_learning/rl.VC.db
index.html
packages-microsoft-prod.deb
reinforcement_learning/unit_test/rlclient-test.out
cs/azure_service/azure_service.ccproj.user
build
dist/
*.model
python/examples/*.model
doc/html
vowpalwabbit/parser/flatbuffer/generated/example_generated.h
#Test stderr/predict files
test/flatbuffer/*.predict
test/flatbuffer/*.stderr
node_modules
wasm/vw.js
wasm/package-lock.json
/.vs
out/
sdl/
#VS Code
.vscode/settings.json
cmake-build-debug
cmake-build-release
# C# benchmark results
BenchmarkDotNet.Artifacts