-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
28 lines (27 loc) · 1.2 KB
/
.gitignore
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
# Python
__pycache__/
*.pyc
*.npy
outdir_sunspot
errordir_sunspot
outdir_aurora
errordir_aurora
#logs
in_context_benchmarks/llm_benchmarks/logs
in_context_benchmarks/llm_benchmarks/run_scripts/outdir_aurora
in_context_benchmarks/llm_benchmarks/run_scripts/outdir_aurora/logs
in_context_benchmarks/llm_benchmarks/run_scripts/outdir_aurora/logs/results
in_context_benchmarks/llm_benchmarks/run_scripts/errordir_aurora
in_context_benchmarks/llm_benchmarks/run_scripts/outdir_sunspot
in_context_benchmarks/llm_benchmarks/run_scripts/outdir_sunspot/logs
in_context_benchmarks/llm_benchmarks/run_scripts/outdir_sunspot/logs/results
in_context_benchmarks/llm_benchmarks/run_scripts/errordir_sunspot
in_context_benchmarks/llm_benchmarks/run_scripts/outdir/logs
in_context_benchmarks/llm_benchmarks/run_scripts/outdir/logs/results
in_context_benchmarks/llm_benchmarks/run_scripts/errordir
in_context_benchmarks/llm_benchmarks/run_scripts/outdir
in_context_benchmarks/llm_benchmarks/timer_scripts
in_context_benchmarks/2D_parallelism/run_scripts/outdir
in_context_benchmarks/2D_parallelism/run_scripts/outdir/logs
in_context_benchmarks/2D_parallelism/run_scripts/outdir/logs/results
in_context_benchmarks/2D_parallelism/run_scripts/errordir