-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (24 loc) · 999 Bytes
/
Copy path.gitignore
File metadata and controls
32 lines (24 loc) · 999 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
*.asv
# AeroSensitivityStudy solve cache (loadFromPrev). ~84 MB, almost all of it
# lap traces, and regenerable by setting loadFromPrev = false.
aero_sweep.mat
# AeroMapSensitivityStudy caches. Keep production baselines locally, but do
# not add their large, reproducible solver states and lap traces to source.
aeromap_sensitivity*.mat
# run_grip_sweep solve cache. Same story: regenerable, and large.
grip_sweep.mat
# run_sim_viewer's cached Events2 object (~6 MB), rebuilt in ~35 s.
sim_viewer.mat
# saveFigures output. Regenerable from the solve caches in seconds, and PNGs
# do not diff.
figures/
# simLog run-time log. Personal per-machine run history that grows every run;
# a shared, committed version would conflict on every append. Delete it to
# start fresh; keep it out of git.
sim_log.csv
# Reproducible DOE output generated by SteadyStateLapsim.
DOE_results.mat
DOE_analysis.mat
# Local isolated worktrees and subagent-development coordination files.
.worktrees/
.superpowers/