-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
145 lines (127 loc) · 4.88 KB
/
Copy path.gitignore
File metadata and controls
145 lines (127 loc) · 4.88 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# =============================================================================
# ADCD — .gitignore
# Keep the repository clean for public / anonymous workshop submission.
# =============================================================================
# ── Python bytecode & caches ─────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.pyo
.pytest_cache/
# ── Virtual environments ──────────────────────────────────────────────────────
.venv/
venv/
env/
ENV/
.env
.env.local
# ── Package build artefacts ───────────────────────────────────────────────────
*.egg-info/
dist/
build/
*.egg
*.whl
# ── LaTeX auxiliary files ─────────────────────────────────────────────────────
paper/*.aux
paper/*.log
paper/*.out
paper/*.toc
paper/*.synctex.gz
paper/*.fls
paper/*.fdb_latexmk
paper/*.blg
paper/*.run.xml
paper/**/*.aux
paper/**/*.log
paper/**/*.out
paper/**/*.toc
paper/**/*.synctex.gz
paper/**/*.fls
paper/**/*.fdb_latexmk
paper/**/*.blg
paper/**/*.run.xml
# Keep .bbl (needed by Overleaf / arXiv without bibtex run)
# paper/*.bbl ← intentionally NOT ignored
# ── Submission / archive bundles ──────────────────────────────────────────────
*.zip
*.tar
*.tar.gz
overleaf_submission.zip
# ── Log and debug files ───────────────────────────────────────────────────────
*.log
adcd_validation_debug.log
src/adcd/adcd_validation_debug.log
# ── Local code dump (allcode.txt regenerated on demand) ───────────────────────
allcode.txt
# ── Intermediate / one-off JSON results (root-level) ─────────────────────────
experiment_results.json
ablation_results.json
blind_benchmark_results.json
correction_scaling_results.json
binary_pulsar_sensitivity.json
hybrid_seed42_results.json
misspecification_results.json
mlp_baseline_results.json
multivariable_benchmark_results.json
oracle_ablation_results.json
pysr_baseline_results.json
pysr_baseline_fair.json
pysr_baseline_generous.json
real_data_results.json
reproducibility_results.json
multi_seed_summary.json
timing_results.json
gate_telemetry.json
ras_fase0_results.json
adcd_v3_*_validation_report.json
# ── Scratch / temporary files ─────────────────────────────────────────────────
scratch/
scratch_*
scratch_canary_*.py
*.tmp
baseline_pre_fix.json
# ── Local helper / one-off scripts (not part of paper) ───────────────────────
benchmark_optimizer.py
generate_extended_figures.py
generate_figures.py
pysr_profiles.py
# ── Documentation build output ────────────────────────────────────────────────
site/
docs/
mkdocs.yml
# ── IDE / agent state ─────────────────────────────────────────────────────────
.zcode/
.vscode/
.idea/
# ── Windows artefacts ─────────────────────────────────────────────────────────
nul
Thumbs.db
desktop.ini
# ── Internal planning / strategy notes (not for public repo) ─────────────────
ARXIV_ENDORSERS_AND_SUBMISSION.md
PAPER_POSITIONING_STRATEGY.md
ADCD_Upgrade_Plan.md
ADCD_Upgrade_Plan_v2.md
ADCD_Writing_Humanization_Plan.md
ADCD_Master_Learning_Guide.md
RESTORE_IDENTITY.md
# ── Release / Zenodo drafts (local only) ─────────────────────────────────────
zenodo_v*.md
release_v*.md
RELEASE_NOTES*.md
CHANGELOG.md
CONTRIBUTING.md
CODE_OF_CONDUCT.md
# ── Translation / study files (local learning only) ──────────────────────────
indo/
# ── Release build directory ───────────────────────────────────────────────────
release/
results/
outputs/
# Local outputs and logs
adcd_validation_debug.log
allcode.txt
overleaf_submission.zip
.gemini/
scratch/
run_outputs/