-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (53 loc) · 854 Bytes
/
Copy path.gitignore
File metadata and controls
59 lines (53 loc) · 854 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
# model weights & binaries — never commit
*.gguf
*.safetensors
*.pt
*.onnx
*.zip
bin/
method_baked_v2/
# python
__pycache__/
*.pyc
.venv/
venv/
.env
# run artifacts & scratch
ledger_*.txt
*.output
*_out.txt
run_pc_metrics.py
me_as_driver.py
debug_plain.py
# personal data
mailset/
.DS_Store
# --- research data & run artifacts (regenerate from build_*/direct_analysis scripts) ---
*.csv
*.parquet
*.pkl
*.npz
*_run_result.json
*_result.json
*_direct_analysis_output.txt
*_output.txt
raw_*.json
raw_*.csv
yahoo_*.json
cd_alpha_sweep_audit.json
*.PRE_CTX_FIX_BAK
mcp_audit_log.jsonl
mcp_audit_log.jsonl.lock
*.png
# scratch / reference-only / drafts -- not part of the package
_*.py
_*.pkl
_*.parquet
build_dxy_panel.py
build_gold_panel.py
build_yield_panel.py
direct_analysis*.py
mcp_server_REFERENCE_dont_peek.py
*_DRAFT.md
*.log
*_raw_test.json