-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (48 loc) · 904 Bytes
/
Copy path.gitignore
File metadata and controls
62 lines (48 loc) · 904 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
# Virtual environments
.venv/
venv/
node_modules/
# Environment
.env
# Data & models (large/binary artifacts, not checked into core)
data/
models/*.pkl
models/*.joblib
models/optuna_studies/
# Local RiskScore store
*.db
# Runtime state / generated output
horizon_cursor.txt
drift_reports/
reports/*.csv
reports/*.txt
reports/*.html
reports/*.pdf
# MkDocs build output
site/
# Rust build output
target/
test_snapshots/
# cargo-fuzz crash artifacts (corpus/ seed files ARE committed; artifacts/ are not)
fuzz/artifacts/
# Editors
.vscode/
.idea/
# Project specific
somzilla.md
*.nbi
*.nbc
.tools/
.venv312/
node_modules/
.DS_Store
# Machine-local development audit-chain signing secret, generated on first use
# by storage/audit_log.py when LEDGERLENS_AUDIT_SECRET is unset. Never commit.
.ledgerlens_audit_secret