forked from numenta/nupic-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
119 lines (104 loc) · 2.84 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
.metadata
.idea
Trunk.iml
*.pyc
*.class
*.vcproj
*.am
*.in
*.manifest
*.cache
.project
configure
trunk.sln
*.m4
test.out
*~
*.DS_Store
**/numenta-web-common.jar
*.swp
Servers/
examples/prediction/data/extra/nfl/nfl2010.csv
examples/prediction/data/extra/nfl/nfl2010_train.csv
# Build artifacts and .bashrc artifacts
build/
build_system/unix/compile
build_system/unix/config.guess
build_system/unix/config.sub
build_system/unix/depcomp
build_system/unix/install-sh
build_system/unix/ltmain.sh
build_system/unix/missing
build_system/unix/py-compile
conf/matrix/hadoop/
conf/matrix/hbase/
conf/matrix/nupic-site.xml
conf/matrix/api/
conf/default/hadoop/
conf/default/hbase/
conf/default/nupic-site.xml
conf/default/rabbitmq/
conf/matrix/rabbitmq/
conf/matrix/rio_cfg.json
configure.ac
java/build/
sandbox/
external/common/lib/java/nupic.jar
# /
/.gdb_history
# /examples/prediction/
/examples/prediction/log_hotgym.txt
/examples/prediction/log.txt
# /examples/prediction/experiments/ford/
/examples/prediction/experiments/ford/gshaw-demo.zip
/examples/prediction/experiments/ford/is_alert.png
/examples/prediction/experiments/ford/report.txt
/examples/prediction/experiments/ford/sample_enviro.png
/examples/prediction/experiments/ford/sample_physio.png
/examples/prediction/experiments/ford/sample_sequences.png
/examples/prediction/experiments/ford/sample_vehic.png
/examples/prediction/experiments/ford/test_vec.png
/examples/prediction/experiments/ford/test_vecs.png
/examples/prediction/experiments/ford/test_vecs2.png
/examples/prediction/experiments/ford/networks
/examples/prediction/experiments/ford/inference
/examples/prediction/experiments/ford/imgs
/examples/prediction/experiments/ford/log_post.txt
/examples/prediction/experiments/ford/log_post2.txt
/examples/prediction/experiments/ford/log_post3.txt
/examples/prediction/experiments/ford/log_post4.txt
/examples/prediction/experiments/ford/results.pkl
# /examples/prediction/experiments/hotgym/base/
/examples/prediction/experiments/hotgym/base/inference
/examples/prediction/experiments/hotgym/base/networks
/examples/prediction/experiments/hotgym/base/report.txt
/examples/prediction/experiments/hotgym/base/results.pkl
# /py/
/py/*.am
/py/*.in
/py/.project
/py/.pydevproject
# /py/bindings/algorithms/
/py/bindings/algorithms/*.vcproj
/py/bindings/algorithms/*.am
/py/bindings/algorithms/*.in
/py/bindings/algorithms/*.manifest
# /py/bindings/iorange/
/py/bindings/iorange/iorange_py.vcproj
/py/bindings/iorange/Makefile.am
/py/bindings/iorange/Makefile.in
/py/bindings/iorange/project.manifest
# /py/cpp_region/
/py/cpp_region/*.vcproj
/py/cpp_region/*.am
/py/cpp_region/*.in
/py/cpp_region/*.manifest
# /py/nupic/frameworks/prediction/
/py/nupic/frameworks/prediction/.project
/py/nupic/frameworks/prediction/.pydevproject
# tool config
/tools/pbworks_worklog_config
/tools/syncEverything
# sandboxes
/sandbox
/localsandbox