-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
141 lines (114 loc) · 2.25 KB
/
Copy path.gitignore
File metadata and controls
141 lines (114 loc) · 2.25 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
# Binaries
bin/
dist/
*.exe
*.exe~
*.dll
*.so
*.dylib
wardex
# Test artifacts
*.test
*.out
*.html
!docs/**/*.html
!doc/architecture/**/*.html
coverage.out
coverage.html
.wardex_snapshot.json
# Build cache
/vendor/
# Config
lazygo.yml.bak
# Editor
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# ============================================================
# SECURITY — Cryptographic Material & Secrets
# ============================================================
# Private keys (Ed25519, RSA, etc.)
*.pem
*.key
*.p12
*.pfx
id_rsa*
id_ed25519*
# Wardex state store (proposed persistent state)
.wardex/
# Wardex sealed config and keyring outputs
*.wexstate
*.wex
# Environment files (may contain WARDEX_ACCEPT_SECRET, etc.)
.env
.env.*
!.env.example
# Trust store directory (per-organisation, must be regenerated)
your-org/
# Seal / keyring outputs
wardex-trust.yaml
wardex-trust.yaml.bak
wardex.wexstate
wardex.keyring
# Wardex Portal POC (Not in official architecture)
portal-workspaces/
cmd/portal/
wardex-simulator.html
# Test / Benchmark Data (generated, transient)
test/poc/real-250-enrich.yaml
test/poc/real-250-vulns.yaml
test/poc/report-s*.json
test/poc/run-all-scenarios.sh
# Stress & Benchmark Tools
test/poc/stress/
test/poc/gen_cves/
test/poc/scan/
test/poc/poc.zip
# Security & Runtime Outputs (user-specific, transient)
test/outputs/
report.json
report.md
report.csv
wardex-accept-audit.log
wardex-gate-audit.log
wardex-acceptances.yaml
wardex-epss-enrichment.yaml
wardex-snapshot.json
wardex-helm-chart.zip
epss-enrich.yaml
wardex-erd.md.resolved
specs/
benchmarks/
# Stress Test Outputs
stress-enrich.yaml
stress-vulns.yaml
research/archive/
# Mathematical calibration source (transient)
patches_math_v4.tex
# Test / Calibration Data (generated, transient)
test/tuning/
test/tuning/reports/
# Research Data (empirical, not for release)
research/
research/.venv/
# Internal skills and notes
SKILL-*.md
# Spec documents (local drafts)
SPEC-*.md
# Python Test & Calibration scripts
test/test_calibration_*.py
test/wardex_test_prompt.md
# Legacy Documentation
README-es.md
README-fr.md
# Generated binaries
gen-sbom
# Third-party integrations (downloaded archives)
integrations/
# Blueprint (internal architecture document)
wardex-blueprint.html