-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitignore
79 lines (66 loc) · 1.21 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
*.h~
*.cpp~
*.c~
*.o
*.exe
*.log
*.pyc
.metadata
.cproject
.project
.settings
*.db
README.html
*.dump
.idea*
*_generated.h
src/motioncore/communication/fbs_headers/*
src/motioncore/utility/config.h
# build directory
build*/
cmake-build*
# CMake
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
*Config.cmake
*Targets.cmake
*.cbp
# VS Code Directory
.vscode/
# doxygen
docs/Doxyfile
# All the result files, such as the intermediary output shares, etc.
Dataprovider/image_provider/Final_Output_Shares/
Dataprovider/image_provider/answer
# Docker
docker-compose.registry.yaml
docker-compose.remote-registry.yaml
# data
/data/
data/
# config file
config_files/smpc-helpernode-config.json
config_files/smpc-split-config.json
config_files/smpc-cnn-config.json
config_files/model_helpernode_config.json
config_files/model_split_config.json
config_files/model_cnn_config.json
config_files/image_config.json
config_files/smpc-constant-config.json
config_files/model_const_config_2L.json
config_files/model_const_config_5L.json
# log files
logs/
#pycache
GUI/__pycache__/
#output file for GUI
GUI/output.txt
#Input Images
GUI/Input_Images/*png