-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (39 loc) · 1.63 KB
/
Copy path.gitignore
File metadata and controls
46 lines (39 loc) · 1.63 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
.DS_Store
__pycache__/
*.pyc
.venv/
venv/
.ipynb_checkpoints/
~
# Local scratch / smoke-test outputs
tmp_smoke/
# One-off notebooks and copied sample logs kept local unless explicitly needed
notebooks/game24_checkpoint_journal_macos_clean.ipynb
logs/sample_tree_log_clean.json
# Crossword pilots and superseded exploratory runs
data/processed/crossword_*pilot*.csv
data/processed/crossword_medium_summary_grandslam.csv
data/processed/crossword_medium_trials_grandslam.csv
data/processed/crossword_tot_mini_*.csv
logs/crossword_*pilot*.log
logs/crossword_medium_grandslam.log
logs/crossword_trees_*pilot*/
logs/crossword_trees_medium_grandslam/
logs/crossword_trees_tot_mini/
# Long-running command logs; CSV/tree artifacts are the canonical evidence.
logs/crossword_medium_20_*.log
logs/crossword_tot_mini_full.log
# Partial/intermediate Game24 ablation chunks. Keep the merged final CSV.
logs/analysis_100p_final/game24_root_ablation_temp0_*.csv
logs/analysis_100p_final/game24_root_ablation_temp0_*.log
logs/analysis_100p_final/game24_root_ablation_temp0_2_*.csv
logs/analysis_100p_final/game24_root_ablation_temp0_2_*.log
logs/analysis_100p_final/game24_root_ablation_100p_temps_0_0_0_2.csv
logs/analysis_100p_final/game24_branch_ablation_pilot.csv
# Reconstruction/provenance files are local checks, not primary report evidence.
logs/analysis_100p_final/game24_reconstructed_*.csv
# Derived Game24 analysis tables can be regenerated from canonical inputs.
logs/analysis_100p_final/game24_100p_analysis_overview.json
logs/analysis_100p_final/game24_extended_*.csv
logs/analysis_100p_final/game24_processed_*.csv
logs/analysis_100p_final/game24_processed_*.json