-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
25 lines (19 loc) · 803 Bytes
/
Copy path.gitignore
File metadata and controls
25 lines (19 loc) · 803 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
# ── Option A hygiene (2026-07-03): untrack large binaries + benchmark data ──
# Proper relocation happens in the scheduled Option D pass (after PR-A7).
# History still contains these blobs; use git filter-repo later if you want
# a shrunk history (owner's call — force-push required).
# Windows executable of Gmsh mesh generator (64 MB) — never should have been in git
gmsh.exe
# SPE benchmark data (~90 MB combined) — moved to my-axon data folder in Option D
spe_perm.dat
spe10.mat
spe*.dat
spe*.mat
# MATLAB autosave files (Phase E cleanup — 12 files pre-committed, still tracked)
*.asv
# Test scratch
tests/data/tmp/
tests/golden/*.big.mat
# Runtime caches — regenerated by benchmarks on first run
data/indices_elementos_quadrilateral.mat
indices_elementos_quadrilateral.mat