This repository was archived by the owner on Mar 31, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitignore
More file actions
138 lines (120 loc) · 1.77 KB
/
.gitignore
File metadata and controls
138 lines (120 loc) · 1.77 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
# ============================================
# SENTINEL — .gitignore
# ============================================
# === Build artifacts ===
build/bin
target/
dist/
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
**/.benchmarks/
**/catboost_info/
coverage.out
*.whl
*.tar.gz
# === IDE ===
.idea/
.vscode/
*.swp
*.swo
# === Environment ===
.env
.env.local
.env.production
# === OS ===
.DS_Store
Thumbs.db
nul
# === LaTeX build artifacts ===
papers/**/*.aux
papers/**/*.bbl
papers/**/*.blg
papers/**/*.log
papers/**/*.out
papers/**/*.synctex.gz
papers/**/*.fdb_latexmk
papers/**/*.fls
# Keep compiled PDFs for distribution
!papers/**/main.pdf
# === Node ===
node_modules/
# === Rust ===
Cargo.lock
# === Binaries ===
*.exe
*.dll
*.so
*.dylib
# === Go compiled binaries ===
gomcp/gomcp-darwin-*
gomcp/gomcp-linux-*
# === Agent configs (local) ===
.agent/
.claude/
.gemini/
.kiro/
.opencode/
.rlm/
.entire/
# === Test artifacts ===
test-*.txt
xss-test.html
# === JS build output (leaked from old desktop app) ===
chunk_*.js
v2*.js
# === Media (large binaries) ===
*.avi
*.mp4
*.mov
*.mkv
# === Removed components (DO NOT commit) ===
sentinel-desktop/
sentinel-scan/
frontend/
pkg/
ad-shield/
openclaw/
virtualconv-engine/
saas/
server/
rlm-research/
rlm-toolkit/
ralph-sdd/
assets/
_archive/
demos/
tools/
strike-force/
benchmarks/
monitoring/
deploy/docker/
# === Wails desktop app remnants ===
app.go
main.go
app.js
start.js
wails.json
go.mod
go.sum
GEMINI.md
.gitmodules
# === One-off scripts ===
audit_*.ps1
count_*.ps1
recon_frontend.py
# === Docker (keep only essential) ===
Dockerfile.strike
docker-compose.full.yml
docker-compose.strike.yml
docker-compose-deploy.yml
sentinel.yaml
# === Misc ===
frontend/package.json.md5
*.db
docs/reference/.rlm/