-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (51 loc) · 1.46 KB
/
Copy path.gitignore
File metadata and controls
57 lines (51 loc) · 1.46 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
# =============================================================
# Project-specific data & artifacts
# =============================================================
# CERT r4.2 raw dataset — NOT redistributed (ExactData/CMU SEI license)
r4.2/
answers/
# Intermediate / labeled CSVs produced by data_preprocessing/
features.csv
integrated_logs.csv
integrated_logs_labeled.csv
integrated_sequences_labeled.csv
data_preprocessing/ldap_user_summary.csv
# Stage 1 / Stage 2 training & evaluation artifacts (regenerable)
model_training/*.pkl
model_training/*.jsonl
model_training/stage2_narratives*.txt
model_training/baseline_*.csv
model_training/suspicious_sequences_*.csv
model_training/model_comparison.csv
model_training/cv5_evaluation_report.csv
model_training/feature_importance_*.csv
model_training/tfidf_eval_split.json
model_training/stage2_fused_*.csv
model_training/figures/*.png
model_training/figures/*.csv
# =============================================================
# Python
# =============================================================
.venv/
venv/
ENV/
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# =============================================================
# Editors / OS
# =============================================================
.idea/
.vscode/
.DS_Store
Thumbs.db
# =============================================================
# Secrets
# =============================================================
.env
.env.*
*.key