-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (47 loc) · 971 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (47 loc) · 971 Bytes
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
# Signing keys
cosign.key
cosign.private
# BlueBuild generated
/Containerfile
# Go
services/*/vendor/
# Compiled Go binaries (match service directory name)
services/airlock/airlock
services/registry/registry
services/tool-firewall/tool-firewall
services/gpu-integrity-watch/gpu-integrity-watch
services/mcp-firewall/mcp-firewall
services/policy-engine/policy-engine
services/runtime-attestor/runtime-attestor
services/integrity-monitor/integrity-monitor
services/incident-recorder/incident-recorder
# Python
__pycache__/
*.pyc
*.egg-info/
dist/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Generated service/test artifacts
/services/quarantine/build/
/services/incident-recorder/.tmp/
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
/.bluebuild-scripts_*
# Sandbox bundle
/deploy/sandbox/.env
/deploy/sandbox/runtime/
# Local VM qualification output and one-time bootstrap secrets
/output/
secai-first-boot-secrets.txt
secai-ks.cfg
*.qcow2
*.ova
*.vmdk