-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (72 loc) · 1.53 KB
/
.gitignore
File metadata and controls
77 lines (72 loc) · 1.53 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Python build artifacts
**/__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg
dist/
build/
.pytest_cache/
# LaTeX aux files (paper/ directory)
packages/midas_stress/paper/*.aux
packages/midas_stress/paper/*.log
packages/midas_stress/paper/*.out
packages/midas_stress/paper/*.bbl
packages/midas_stress/paper/*.blg
packages/midas_stress/paper/*.toc
packages/midas_stress/paper/*.synctex.gz
packages/midas_stress/paper
NF_HEDM/bin/*
FF_HEDM/bin/*
NF_HEDM/Cluster/*.kml
NF_HEDM/Cluster/*.swiftx
FF_HEDM/Example/pfhedm_test
FF_HEDM/Example/Au_FF*
FF_HEDM/Example/FolderNames.txt
FF_HEDM/Example/PFNames.txt
FF_HEDM/Example/RingInfo.txt
FF_HEDM/Example/run0*
FF_HEDM/Example/hkls.csv
FF_HEDM/Example/SpotMatrixGen.csv
FF_HEDM/Example/GrainsGen.csv
FF_HEDM/Example/test_Parameters.txt
FF_HEDM/Example/LayerNr_*/
FF_HEDM/Example/Calibration/*.corr.csv
FF_HEDM/Example/Calibration/hkls.csv
FF_HEDM/Example/Calibration/panelshiftsCalibrant.txt
FF_HEDM/Example/Calibration/panelshiftsCalibrant.txt.shifts.tif
FF_HEDM/Example/Calibration/panelshiftsCalibrant.txt.strain.tif
FF_HEDM/Example/Calibration/CeO2_Pil_100x100_att000_650mm_71p676keV_001956.tif.lineout.xy
FF_HEDM/Example/runinfo/
FF_HEDM/Cluster/*.kml
FF_HEDM/Cluster/*.swiftx
TOMO/bin/*
DT/bin/*
NF_HEDM/*.o
gui/*.txt
gui/*.csv
gui/*.bin
utils/__pycache__
*/__pycache__
*/*/__pycache__
.vscode
.DS_Store
build
# Build artifacts
*.o
*.so
*.dylib
*.a
# Editor / OS files
*.swp
*~
.idea/
NF_HEDM/seedOrientations/
NF_HEDM/Example/sim/
AGENT_GUIDE.md
fftwf_wisdom_*.txt
# Local IDE / tooling
.cache/
.clangd
.agent/
.claude/