-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (73 loc) · 2.24 KB
/
Copy path.gitignore
File metadata and controls
83 lines (73 loc) · 2.24 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
# Python environments and generated package metadata
/.venv/
/venv/
/iobt-minimal-ce-replay/venv/
*.egg-info/
/build/
/dist/
# Python, test, type-checker, and coverage caches
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
.ipynb_checkpoints/
# Generated runtime and experiment data
/runs/
/evaluation/results/
/evaluation/results.local-migration-backup/
/debug/
/debug.local-migration-backup/
/iobt-minimal-ce-replay/generated/
# Generated campaign matrices and deployable bundles may contain absolute
# paths, physical topology, host telemetry, or copied runtime configuration.
/evaluation/manifests/adaptation/**/preflight_bundle/
/evaluation/manifests/adaptation/
/evaluation/manifests/spatial/e3_prepared_*/
/evaluation/manifests/providers/calibrated_desktop_profiles.json
/evaluation/manifests/baselines/fable_derived_ce_templates.yaml
/evaluation/manifests/baselines/*.summary.json
/evaluation/manifests/workloads/*.jsonl
!/evaluation/manifests/workloads/ground_truth.jsonl
/evaluation/manifests/workloads/*.summary.json
/evaluation/RQ3_RUNBOOK.txt
/evaluation/RQ3A_UPDATED_RUNBOOK.txt
# Lab-local physical deployment details. Commit the corresponding *.example
# files, not inventories, addresses, serial-number calibration, or raw probes.
/config/physical_network_profiles.yaml
/config/physical_provider_runtimes.yaml
/config/physical_retention.yaml
/profiles/physical/inventory*.json
/profiles/physical/raw/
/iobt-minimal-ce-replay/setup/zed_settings/SN*.conf
/netwaggle/configs/physical_external_*.json
/netwaggle/configs/profiles/physical_external_*.json
/netwaggle/compose.physical_external_*.yaml
# Machine-specific storage migration record. config/storage.yaml is portable
# through the FABLE_STORAGE_ROOT environment override and remains versioned.
/config/storage_migration_*.yaml
# Model binaries are provisioned separately; keep manifests and metadata.
*.pt
*.pth
*.onnx
*.engine
*.weights
# Local archives and copied source trees are not source-of-truth code.
/fable/semantic/definitions.zip
# Local research inputs, generated answers, and assembled result reports
/paper.pdf
/answers/
/final/
# Local process output
*.log
*.pid
# Editor, environment, OS, and trash files
.env
.env.*
!.env.example
.DS_Store
.Trash*
*~