-
Notifications
You must be signed in to change notification settings - Fork 283
Expand file tree
/
Copy path.gitignore
More file actions
258 lines (241 loc) · 5.9 KB
/
.gitignore
File metadata and controls
258 lines (241 loc) · 5.9 KB
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
# Generated by Cargo
# will have compiled files and executables
debug
target
target*/
build.log
*.y4m
*.ivf
*.yuv
*.mp4
test.log
build_torii_shared.log
build_integration.log
build_all.log
artifacts/*
fake_home/*
./artifacts/nsc/*
artifacts/nsc/rans_compare/*
artifacts/nsc/*
artifact/*
artifacts/nsc/*
objective-1-fast/*
fixtures/taikai/segments/*
benchmarks/nsc/clips/*
netflix/*
target_migrate/*
!artifacts/android/
artifacts/android/*
!artifacts/android/attestation/
!artifacts/android/attestation/**
!artifacts/android/fixture_runs/
!artifacts/android/fixture_runs/**
!artifacts/android/device_lab_contingency/
!artifacts/android/device_lab_contingency/**
!artifacts/android/telemetry/
artifacts/android/telemetry/*
artifacts/nsc/*
!artifacts/android/telemetry/and7_quiz/
!artifacts/android/telemetry/and7_quiz/**
artifacts/android/attestation/.tmp/
artifacts/android/attestation/*.srl
!artifacts/fastpq_rollouts/
!artifacts/fastpq_rollouts/**
!artifacts/fastpq_benchmarks/
!artifacts/fastpq_benchmarks/**
!artifacts/offline_poseidon/
!artifacts/offline_poseidon/**
!artifacts/sorafs_gateway_dns/
!artifacts/sorafs_gateway_dns/**
!artifacts/docs_portal_preview/
!artifacts/docs_portal_preview/**
!artifacts/council_minutes/
!artifacts/council_minutes/**
traces/*
.clang-module-cache/*
.swift-build/*
.swift_test_tmp
npm-iroha-js.log
javascript/npm-iroha-js.log
javascript/iroha_js/**/*.log
javascript/iroha_js/native/*.node
javascript/iroha_js/scripts/release_matrix.targets.json
build/*
dist/*
# Keep the dist directory itself tracked via marker file when tooling needs it.
# Strict corridor/build tooling may require repository-root dist/ to exist.
!dist/.gitkeep
fastpq.trace/*
cargo_err.txt
cargo_out.txt
cargo_check_out.txt
cargo_check_iroha_data_model_stderr.txt
cargo_check_iroha_core.log
build_iroha_core_full.log
build_iroha_core.log
asset_propagation.debug.log
iroha_data_model.*
testcfg
tmp_referendum.rs
python/iroha_python/.venv*
python/iroha_python/iroha_python_rs/python-runtime-path
python/norito_py/src/norito/__pycache__/
java/iroha_android/build/*
java/iroha_android/android/build/*
java/iroha_android/core/build/*
java/iroha_android/jvm/build/*
java/iroha_android/samples-android/build/*
java/norito_java/build/*
IrohaSwift/.clang-module-cache*
IrohaSwift/.swift-cache*
IrohaSwift/.build*
IrohaSwift/build/
IrohaSwift/.codex-build/
docs/portal/node_modules/
docs/portal/build/
docs/portal/.docusaurus/
docs/source/da/_generated/threat_model_report.json
# Developer-local caches and sandboxes
.cargo-temp/
.cache/
.swift_test_home/
.swift_test_home/*
.chat_history
.pytest_cache/
.swift-module-cache/
.gradle/
.kotlin/*
.gradle-local/
local.properties
**/local.properties
gradle-app.setting
java/iroha_android/.gradle-home/
.target_small/
target-sm/
/Library/
**/build/
**/.externalNativeBuild/
**/.cxx/
**/captures/
**/.venv/
**/.pytest_cache/
**/.mypy_cache/
**/.ruff_cache/
**/__pycache__/
java/iroha_android/.gradle/
# JavaScript package artifacts
javascript/iroha_js/node_modules/
javascript/iroha_js/dist/
javascript/iroha_js/target-cargo/
# Python build artifacts
python/norito_py/build/
python/iroha_python/dist/
python/iroha_python/src/iroha_python/*.so
scripts/__pycache__/
# Swift Package Manager scratch artefacts
IrohaSwift/.cache/
IrohaSwift/.home/
IrohaSwift/.swift-home/
IrohaSwift/.swiftpm_home/
IrohaSwift/.swift-module-cache/
IrohaSwift/.swiftpm/
IrohaSwift/.tmp-home/
IrohaSwift/tmp/
IrohaSwift/(A\ Document\ Being\ Saved\ By\ swift-test*/
.*.log
**/*.log
# Keep CBDC rollout fixture logs tracked for validation fixtures.
!fixtures/nexus/cbdc_rollouts/**/tests/*.log
.*.out
.cargo/*
!.cargo/config.toml
.pycache/*
.iroha-test-logs/*
.clean_copy/*
clean_copy/*
test_*
!python/iroha_torii_client/tests/test_client.py
!python/iroha_python/tests/test_address_format.py
!python/iroha_python/tests/test_governance_zk_ballot.py
!crates/iroha_torii/src/test_utils.rs
!crates/iroha_core/tests/test_world.rs
!scripts/tests/test_check_slot_duration.py
!scripts/tests/test_iroha_monitor_screenshots.py
!scripts/fastpq/tests/test_metal_capture_summary.py
!scripts/fastpq/tests/test_profile_queue.py
!scripts/telemetry/tests/test_generate_and7_quiz_summary.py
!scripts/tests/test_export_red_team_evidence.py
!ci/tests/test_check_tests_guard.py
integration_tests/integration_tests/.tmp-tests*
target-codex/*
target-codex-*/
target-codex-run*/
/tmp*
tmp/*
*.tmp
_apalache-out*
# Root-level scratch artifacts from ad-hoc experiments or local builds
/localnet-*/
/*.out
/*.bin
/*.der
/*.pem
/closure_clone
/rust_out
/test
/test_set_var
/foo_test
/sm2_pub.pem
/fastpq_row_usage_summary.json
/sora-single/
/storage/
/sora-one/
/bench_trace.json
/fastpq_*.json
/libtest.rlib
/clippy_errors.txt
/*.log
/*.aux
/*.bbl
/*.blg
/*.synctex.gz
/*.toc
integration_tests/fixtures/sumeragi_da*
!integration_tests/fixtures/sumeragi_da/
!integration_tests/fixtures/sumeragi_da/default/
!integration_tests/fixtures/sumeragi_da/default/**
.c_core_err
.c_core_out
.c_err
.c_out
.w2_err
.w2_out
.w_err
.w_out
*.DS_Store
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/
# RustRover
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# Ignore lock files
Cargo.lock
# Ignore local JSON corpora and generated tapes used in tests
crates/norito/tests/corpora/*.json
crates/norito/tests/corpora/*.tape
crates/iroha_test_network/.iroha_test_network_run.json
# Dashboard telemetry outputs (real data)
dashboards/data/*.json
!dashboards/data/*.sample.json
# Fixture regeneration metadata
artifacts/*.json
# Local executable (repo root)
/priv