-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (34 loc) · 696 Bytes
/
.gitignore
File metadata and controls
40 lines (34 loc) · 696 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
# 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/
# IDE
.idea/
.vscode/
*.swp
# OS
.DS_Store
Thumbs.db
/.bluebuild-scripts_*
# Sandbox bundle
/deploy/sandbox/.env
/deploy/sandbox/runtime/