-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
30 lines (28 loc) · 813 Bytes
/
Copy path.gitignore
File metadata and controls
30 lines (28 loc) · 813 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
__pycache__/
*.egg-info/
dist/
build/
.venv/
*.pyc
# Basketball-GM sweep: local zengm fork (separate repo, not tracked here)
scripts/basketball_gm_sweep/zengm-fork/
scripts/basketball_gm_sweep/node_modules/
# Sweep artifacts: ignore transient smoke/normal runs by file pattern (not the
# whole directory) so named runs like runs/frontier_* and runs/headline_* can
# be tracked when we want a permanent record.
scripts/basketball_gm_sweep/runs/sweep_*.csv
scripts/basketball_gm_sweep/runs/_driver_out_*.json
scripts/basketball_gm_sweep/runs/*/cfg_*.log
scripts/basketball_gm_sweep/runs/*/raw_cfg_*.csv
scripts/basketball_gm_sweep/runs/*/failures.log
# LaTeX build artifacts
paper/main.pdf
paper/*.aux
paper/*.log
paper/*.bbl
paper/*.blg
paper/*.out
paper/*.toc
paper/*.fls
paper/*.fdb_latexmk
paper/*.synctex.gz