-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
126 lines (117 loc) · 3.5 KB
/
Copy path.gitignore
File metadata and controls
126 lines (117 loc) · 3.5 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
# Python build artifacts
**/__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg
dist/
build/
.pytest_cache/
packages/midas_integrate/tests/benchmarks/spark_compare/
eiger_calib_local/
gui/cache/
future/
fwd_sim/
packages/*/dev
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/*` and not `.claude/`: git does not descend into an excluded
# DIRECTORY, so a negation under it never matches. Excluding the contents keeps
# the directory walkable and lets skills be re-included below.
.claude/*
# Shared skills ARE project assets, not machine state -- a skill that ships with
# the clone is usable by whoever checks the repo out, which is the point of the
# technique doc sets it points at. Personal settings and session state stay
# ignored by the rule above.
!.claude/skills/
# Local machine/session artifacts
.loglogin
# parsl run directories (created at runtime; not source)
**/runinfo/
# --- Internal planning / strategy / audit docs (never commit or publish) ---
packages/*/implementation_plan*.md
packages/*/AUDIT_*.md
packages/*/IMPROVEMENTS_*.md
packages/*/SIMULATION_CATALOG.md
packages/*_PLAN.md
packages/*_STRATEGY.md
packages/*_CONCEPT.md
packages/*_IDEAS.md
packages/*_SCOPE.md
packages/*_PRIOR_ART.md
packages/*_BOUNDARY.md
# Root-level planning docs + internal Pn_* project workspaces (never released)
/implementation_plan*.md
packages/P[0-9]_*/
.pytest_cache/
__pycache__/
texput.log
# Notebook run artefacts: the walkthrough writes demo data, maps and figures
# here on execution. Regenerated by re-running; 57 MB of synthetic raw frames
# has no business in git.
packages/midas_dt/notebooks/dt_output/
packages/midas_dt/notebooks/calibration_output/
# midas_dct_tt: internal working documents. The package itself is public from
# 0.1.0, but these two are thread state, not code, and publishing them would
# disclose more than the release intends:
# * the superseded CHECKPOINT names the paper directory, the target journal
# and the draft version, plus local paths;
# * RELEASE_CHECKLIST's step 7 is internal deliberation -- a prior-art caution
# naming another group and an explicit note that what looks new may not be.
# Neither is needed to build, install or use the package.
# Live AND superseded: thread state, never part of the package.
# NB gitignore has no trailing comments -- a `#` on the pattern line
# becomes part of the pattern and silently matches nothing.
packages/midas_dct_tt/CHECKPOINT.md*
packages/midas_dct_tt/RELEASE_CHECKLIST.md