-
Notifications
You must be signed in to change notification settings - Fork 227
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (69 loc) · 1.54 KB
/
Copy path.gitignore
File metadata and controls
78 lines (69 loc) · 1.54 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
.venv/
venv/
__pycache__/
*.pyc
*.egg-info/
build/
dist/
# secrets & local state
.env
config.toml
.wallbreaker_state.json
.wallbreaker_models.sqlite3
.wallbreaker_models.sqlite3-shm
.wallbreaker_models.sqlite3-wal
.rth_state.json
# user presets (example.toml is the documented template, tracked)
presets/*.toml
!presets/example.toml
# fetched-at-runtime jailbreak corpora (not redistributed)
library/
# runtime output & generated attack artifacts (never commit jailbreak output)
wb_runs/
wb_images/
wb_artifacts/
wb_stego/
wb_work/
findings/
sessions/
# vendored third-party clones (their own git repos — not part of this repo)
awesome-osint-arsenal/
# loose working jailbreak drafts, seeds & scraped research (never publish)
.firecrawl/
wb_seeds/
wb_universal/
casefile_*.md
sys_*.md
universal_*.md
universal_*.txt
user_atlas_*.md
user_wrapper_*.md
# tool reference dumps + loose jailbreak persona drafts (never publish)
AIWG_REFERENCE.md
meridian_aion.md
nemotron_3_singularity.md
deployment_guide.md
harness_system_prompt.md
noise_log.md
prompt.txt
validate_sweep.py
image_wall_research_*.md
# legacy pre-rebrand output dirs
rth_runs/
rth_images/
rth_artifacts/
rth_prompts/
rth_tasks/
# dashboard frontend build
node_modules/
wallbreaker/dashboard/web/dist/
*.tsbuildinfo
wallbreaker/dashboard/web/vite.config.js
wallbreaker/dashboard/web/vite.config.d.ts
# spec trees and validation artifacts — methodology IP, not repo content
# (VALIDATION_PROTOCOL.md §09: specs/ travels with the operator, not the repo)
specs/
.pytest_cache/
.serena/
*.log
.DS_Store