-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
141 lines (131 loc) · 3.34 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
# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
rust_template/target
rust_template/.idea
benchmark/goose-error.log
benchmark/report.html
node/yarn.lock
benchmarks/benchmark1/target
benchmarks/benchmark2/target
benchmarks/benchmark2/.idea
benchmarks/benchmark2/.idea
benchmarks/net/benchmark1/target
benchmarks/net/benchmark2/target
benchmarks/net/benchmark2/.idea
benchmarks/net/benchmark2/.idea
# PYTHON:
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# PyBuilder
.pybuilder/
target/
python/venv/
*.pyc
*.pyo
benchmarks/benchmark2/.idea/vcs.xml
benchmarks/benchmark2/.idea/vcs.xml
benchmarks/benchmark2/.idea/vcs.xml
benchmarks/benchmark1/.idea/vcs.xml
benchmarks/net/benchmark1/.idea/workspace.xml
benchmarks/benchmark1/.idea/workspace.xml
/python/jtq/access_code_management/__pycache__
/python/jtq/jtq/__pycache__
/python/jtq/access_code_management/migrations
/python/jtq/queue_management/__pycache__
/python/jtq/queue_management/migrations
/python/jtq/visitor_management/__pycache__
/python/jtq/visitor_management/migrations
#Edge
push_to_the_edges/edge_server/.idea/
push_to_the_edges/edge_server/server/.idea/
push_to_the_edges/edge_server/cache_manager/.idea/
actions/benchmark/.idea/dbnavigator.xml
actions/benchmark/.idea/vcs.xml
actions/benchmark/.idea/workspace.xml
actions/result_processer/.idea/dbnavigator.xml
actions/result_processer/.idea/modules.xml
actions/result_processer/.idea/result_processer.iml
actions/result_processer/.idea/vcs.xml
actions/result_processer/Cargo.toml
actions/result_processer/src/input/argument_parser.rs
actions/result_processer/src/input/input.rs
actions/result_processer/src/input/mod.rs
actions/result_processer/src/input/raw.rs
actions/result_processer/src/input/request.rs
actions/result_processer/src/input/validator.rs
actions/result_processer/src/main.rs
actions/self_hosted/ipwg.msi
actions/self_hosted/self_runner_setup.sh
actions/self_hosted/self_runner_setup_windows.ps1
benchmarks/net_benchmark1/.idea/workspace.xml
push_to_the_edges/powertop_manager/.idea/dbnavigator.xml
push_to_the_edges/powertop_manager/.idea/vcs.xml
push_to_the_edges/powertop_manager/.idea/workspace.xml
rust/.cargo/config
wasm/.idea/dbnavigator.xml
wasm/.idea/modules.xml
wasm/.idea/vcs.xml
wasm/.idea/wasm.iml
wasm/rust_atmos/.idea/dbnavigator.xml
wasm/rust_atmos/.idea/modules.xml
wasm/rust_atmos/.idea/rust_atmos.iml
wasm/rust_atmos/.idea/vcs.xml
wasm/rust_atmos/.idea/misc.xml