-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
184 lines (157 loc) · 3.33 KB
/
Copy path.gitignore
File metadata and controls
184 lines (157 loc) · 3.33 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
*.diff
*.orig
*.patch
*.rej
*.o
*.so
*.a
*.pyc
*.pyo
*.cwnd
# Build artifacts
build/
cmake-cache/
__pycache__/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.clangd/
compile_commands.json
# NS-3 generated
output-attributes.xml
# Simulation outputs
ntn-cho-output/
ntn-cho-figures/
# Node modules
node_modules/
package-lock.json
# OS
.DS_Store
Thumbs.db
*.dat
*.log
*.mob
*.pcap
*.plt
*.routes
*.tr
[D|U]l[A-Z][a-z]*Stats.txt
\#*#
*~
testpy-output
bindings/python/pybindgen/
venv/
ms_print.*
massif.*
coverity
TAGS
.lock-ns3_*
.ns3rc
build-dir/
build/
/.cproject
/.project
version.cache
.gitlab-ci-local/
.idea/
cmake-*/
vcpkg/
.vs/
# Ignore local cache used by e.g. clangd
.cache/
# Bulk upstream module — clone separately, see README
contrib/satellite/
# Simulation outputs
DlPhyTransmissionTrace.txt
EnbSchedAllocTraces.txt
RxPacketTrace.txt
UlPhyTransmissionTrace.txt
ntn-ai-output/
ntn-analysis-output/
oran-ntn-output/
thz-ntn-results/
sim_health_report.md
# Example-run CSV outputs at repo root
/ntn-rrc-*.csv
/ntn-three-slice*.csv
/ntn-v2x-*.csv
/sagin-*.csv
/sim_health.csv
# Personal planning / audit notes — kept locally, not pushed
ROADMAP_EXECUTION.md
AUDIT_*.md
docs/_archive_v1/
drafts/
# Owned by the nested ns3-ai-ntn repo (git@gitlab.com:ha5050/ns3-ai.git);
# don't double-track from the umbrella.
contrib/ns3-ai-ntn/python_utils/
# Python build artefacts — wheels and sdists are reproducible from source
# and PyPI ships them; don't track them inside the repo.
**/dist/
**/*.egg-info/
# Private planning documents and generated run artefacts — never publish.
AI_NATIVE_ORAN_NTN_ADOPTION_PLAN_2026-06.md
PROTOCOL_FIDELITY_AUDIT_AND_FIX_2026-06.md
TOOLKIT_ARCHITECTURE_AUDIT_*.md
push-v2-branches.sh
protocol_fidelity_report.md
/*-output/
/*-out/
/ntn-oran-monitor-test.*
/ntn-observability-traffic.lp
*_kpm_series.csv
*_kpm_series.lp
*-replay.bin
test-ntn-repro-manifest/
test-ntn-backhaul-fold/
test-ntn-band-nonconf/
test-ntn-band-conf/
test-ntn-band-wide/
test-ntn-gate-pass/
test-ntn-gate-fail/
test-ntn-chan-frozen/
test-ntn-chan-evolve/
test-ntn-budget-oracle/
test-ntn-strict-pass/
test-ntn-strict-fail/
# Test scratch directories added by the 2026-08-26 audit-fix campaign. These
# follow the pattern above: the suite writes its artifacts into the working
# directory, so each new case that checks a written file leaves one behind.
test-cho17-csv/
test-cvc07-delay-treatment/
test-cvc08-xapp-metrics/
test-nt12-window/
test-ntn-airiface-delay/
# Vendored nr/mmwave per-run trace dumps. The list above already covers several
# of these by name; the rest appear whenever an nr example runs from the source
# root and are pure run output.
Nr*Stats*.txt
Nr*Trace*.txt
Dl*Sinr.txt
DlPathlossTrace.txt
Rxed*Trace.txt
Txed*Trace.txt
hexagonal-topology.gnuplot
test1.db
# Internal engineering records: audits, gap registers, roadmaps and fix plans.
# These are the working notes a release is built from, not documentation of the
# released toolkit. What the toolkit does, how to install it and where its
# boundaries lie belong in README.md, INSTALL.md, SCOPE_AND_LIMITATIONS.md and
# docs/. Keeping the notes local keeps those four honest and readable.
/audit/
/Roadmap/
/rd-audit-*/
/standards-gap-audit-*/
/*AUDIT*.md
/*ROADMAP*.md
/*_PLAN.md
/*PLAN_*.md
/*ASSESSMENT*.md
/*JUDGMENT*.md
/*GAP_ANALYSIS*.md
/*SWEEP_REPORT*.md
/CSV_REALISM_FIXES_*.md
/REALISM_*.md