-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
85 lines (73 loc) · 1.81 KB
/
Copy path.gitignore
File metadata and controls
85 lines (73 loc) · 1.81 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
venv/
.venv/
trash/
archive/
pyrightconfig.json
.aiexclude
.opencode/
.hermes/
__pycache__
*.egg-info/
# Data storage
data/*
# throwaway stack scripts/wt-test.sh brings up in a worktree
data-wttest/
.env.wttest
!data/bench/
!data/.gitkeep
!data/test/
!data/yara_rules/
# Legacy (remove once migrated)
data/kvrocks/
volumes/
*.log
.env
.env.*
scratch_build/
bin
bsimvis_config.toml
# Claude Code worktrees: nested git repos, never part of this tree.
# Three were committed as gitlinks with no .gitmodules — broken on clone.
.claude/worktrees/
# Ghidra JVM crash dumps (now written to logs/ via -XX:ErrorFile)
hs_err_pid*.log
replay_pid*.log
# Worker + supervisor output
logs/
# Generated by test_api_endpoints.py
api_test_report.json
# Local state cache for scripts/tag_stash.py
scripts/.tag_stash.json
# Benchmark / agent scratch output (was committed by accident)
bsimvis-test-results/
diff_output.txt
diff_no_ws.txt
upload_log.txt
lca-corpus-result.json
mirai-pilot-comparison.json
# Ad-hoc scripts and one-off tests at repo root.
# Real API tests live in scripts/test_api_endpoints.py
/test_*.py
/test_*.js
/list_fid_opts.py
/summarize_diff.py
# Third-party YARA rulesets: fetched by scripts/fetch_yara_rules.sh, not tracked.
# Only rules that exist nowhere else stay in git -- house/, and botnet/ +
# anomaly/, which are hand-edited. See data/yara_rules/VENDORED_FROM.md.
data/yara_rules/backdoor/
data/yara_rules/certificate/
data/yara_rules/downloader/
data/yara_rules/elastic/
data/yara_rules/exploit/
data/yara_rules/infostealer/
data/yara_rules/pua/
data/yara_rules/ransomware/
data/yara_rules/rootkit/
data/yara_rules/trojan/
data/yara_rules/virus/
data/yara_rules/LICENSE
data/yara_rules/LICENSE-elastic-v2
data/yara_rules/anomaly/
data/yara_rules/botnet/
data/yara_rules/LICENSE-neo23x0-DRL-1.1
data/yara_rules/ELF_Mirai.yara