-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy path.gitignore
More file actions
148 lines (130 loc) · 5.52 KB
/
Copy path.gitignore
File metadata and controls
148 lines (130 loc) · 5.52 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
# Ignore all files in these folders
code/nnv/UUV/
code/nnv/tbxmanager/
code/nnv/tests/io/models/*.caffemodel
.venv
*.asv
**/__pycache__/
**/*.pyc
data/vgg16_cache.mat
data/vgg19_cache.mat
code/nnv/tests/shuttle_images/
code/nnv/tests/attacks/shuttle_images/
code/nnv/tests/shuttle_images/**
code/nnv/tests/attacks/shuttle_images/**
**/*.m~
**/shuttle_images/
**/shuttle_images/**
**/tbxmanager/
**/tbxmanager/**
.DS_Store
# Sphinx documentation build output
docs/_build/
# NNV3.0/ToolComparison local-run scratch
.cache/
repro_logs/
code/nnv/examples/NNV3.0/repeatability_logs/
code/nnv/examples/NNV3.0/ToolComparison/mnist_resnet/data/
code/nnv/examples/NNV3.0/ToolComparison/results/
code/nnv/examples/NNV3.0/ToolComparison/logs/
code/nnv/examples/NNV3.0/ToolComparison/ISSUES.md
code/nnv/examples/NNV3.0/ToolComparison/tables/out/
# Host-side bind-mount target for run_all.sh outputs (Option B docker run).
results/repeatability_logs/
**/*.mlpkginstall
# AIVL Support Package tarball — non-redistributable MathWorks code.
# Staged here for Dockerfile build to extract; never committed.
code/nnv/examples/NNV3.0/ToolComparison/utils/atva26-aivl.tar.gz
# Legacy 24h/8-benchmark study (preserved for paper reference, not part of AE artifact)
code/nnv/examples/NNV3.0/ToolComparison_legacy/
# --- Claude / MCP / OpenSpec (local dev only) ---
.claude/
.mcp.json
openspec/
AGENTS.md
CLAUDE.md
# Paper draft (local only, not tracked)
paper_draft/
Formal_Methods_2026__FM_2026____NNV___TOOL_PAPER___3_0*.zip
# CI matrix shard results (JUnit XML; uploaded as Actions artifacts, not committed)
code/nnv/test-results-ci/
# [38] Test-generated visual-soundness figures (save_test_figure ->
# nnvroot()/results/tests/figures). These are run artifacts, never source --
# they must not pollute the repo tree. Matches the dir at any depth.
**/results/tests/figures/
**/*_soundness_containment_*.png
# =====================================================================
# PR #290 hygiene: datasets, benchmark/run artifacts, and local scratch.
# All entries below are non-source run outputs or local notes. (gitignore
# never untracks already-committed files, so the one deliberately-tracked
# VNN-COMP results snapshot, results_20260610_130007.{csv,md}, stays in the
# PR while the older scratch result tables are hidden.)
# =====================================================================
# --- Datasets (large blobs; fetched/extracted locally, never committed) ---
data/FashionMNIST/
data/PTSD/
data/PTSD.txt
data/PTSD_Recognition/
data/WeizmannHorse/
data/testset_CSV.csv
code/nnv/examples/Transformer/SST2/SST-2/
code/nnv/examples/Tutorial/NN/FashionMNIST/
code/nnv/examples/Tutorial/NN/PersianTrafficSigns/
code/nnv/examples/Tutorial/NN/WeizmannHorse/
# --- VNN-COMP benchmark run outputs (timestamped result tables + the
# importer-generated +package workspaces); regenerated, not source. ---
code/nnv/examples/Submission/VNN_COMP2025/results_*.csv
code/nnv/examples/Submission/VNN_COMP2025/results_*.md
code/nnv/examples/Submission/VNN_COMP2025/+*/
code/nnv/examples/Submission/VNN_COMP2026/results_*.csv
code/nnv/examples/Submission/VNN_COMP2026/results_*.md
code/nnv/examples/Submission/VNN_COMP2026/sweep_witnesses_*/
code/nnv/examples/Submission/VNN_COMP2026/+*/
# VNN-COMP 2026: importNetworkFromONNX writes a generated custom-layer +package (named after the onnx,
# e.g. +mnist_concat, +cifar_biasfield_*, +mnist_fc_*) into code/nnv (startup_nnv's genpath root) so the
# per-onnx .netcache.mat can reconstruct its custom layers. These are REQUIRED RUNTIME ARTIFACTS
# (prepare_instance.sh pre-generates them; never delete the live copy) but are regenerated, not source.
code/nnv/+*/
# Same importer-generated +package dirs can also land at the REPO ROOT when a run is
# launched from there (genpath root), e.g. +AllInOne_*, +vgg16_7. Same rationale as above:
# REQUIRED RUNTIME ARTIFACTS, regenerated not source, never deleted. The leading slash
# anchors to the repo root so this does NOT shadow code/nnv/+*/ above (#411 follow-up).
/+*/
code/nnv/tests/nn/layers/+pgd_2_3_16/
code/nnv/tests/utils/+ACASXU_run2a_1_1_batch_2000/
code/nnv/tests/utils/+cartpole/
code/nnv/tests/utils/+controller_single_pendulum/
# --- Verification/result artifacts (.mat/.png/.pdf from example + test runs) ---
**/verification_results_*.mat
code/nnv/tests/soundness/*_results.mat
code/nnv/examples/Transformer/MNIST/plots/
code/nnv/examples/Transformer/SST2/*_results.png
code/nnv/examples/Submission/ARCH-COMP2023/benchmarks/ACC/acc.mat
code/nnv/examples/Submission/ARCH-COMP2023/benchmarks/ACC/acc.pdf
results/tests/regression-*.mat
# --- Local scratch (planning notes, debug scripts, transient logs) ---
TODO_*.md
TODO_SLM-orig
git_commands.txt
git_status.txt
prompt-*.txt
STATUS_TEST.md
TEST_REPORT.md
MAINTENANCE_REPORT.md
CR_TRANSFORMER_CODEX.md
code/nnv/VERSION
code/nnv/PLAN_soundness_tests.md
code/nnv/examples/SLM/
code/nnv/examples/Transformer/MNIST/analyze_bound_looseness.m
code/nnv/examples/Transformer/MNIST/debug_soundness.m
code/nnv/examples/Transformer/MNIST/diagnose_attention_mismatch.m
code/nnv/examples/Submission/VNN_COMP2025/smoke_matlab_crown.m
code/nnv/examples/Tutorial/NN/GTSRB/verify_stop_with_mc.m
code/nnv/tests/run_slm_tests.m
code/nnv/tests/regression/test_SLM_layer_outputs.m
code/nnv/tests/soundness/test_SLM_layers_soundness.m
code/nnv/tests/soundness/test_SLM_layers_soundness_results.mat
code/nnv/tests/soundness/test_SoftmaxLayer_reach_soundness.m
code/nnv/tests/soundness/SOUNDNESS_TEST_REPORT.md
code/nnv/tests/soundness/TODO_TESTING.md
code/nnv/tests/nn/layers/ConcatenationLayer/SOUNDNESS_ISSUE.md