feat(config): update .gitignore to exclude output artifacts and add config files
- ignore all output files except for reports and config directories - add new .done files for tasks 01-11 to track completion status - include new configuration files for hardware prices and lab setup - generate process flow and report documents for tasks 02 and 11
This commit is contained in:
9
out/report/diagrams/D2.mermaid
Normal file
9
out/report/diagrams/D2.mermaid
Normal file
@@ -0,0 +1,9 @@
|
||||
flowchart LR
|
||||
TC([Test Coupon]) --> S[SIMTRA simulation<br/>composition / atom energies]
|
||||
S --> OP[Optical profilometry<br/>film thickness 0.3-1.1 um]
|
||||
OP --> TW[Assemble Test Wafer<br/>x49 coupons]
|
||||
TW --> TB[Assemble Test Batch<br/>x3 wafers]
|
||||
TB --> B721[B721<br/>Pt 150 W / Au 50 W]
|
||||
TB --> B722[B722<br/>Pt 100 W / Au 100 W]
|
||||
TB --> B723[B723<br/>Pt 150 W / Au 50 W]
|
||||
TB --> B724[B724<br/>Pt 50 W / Au 150 W]
|
||||
Reference in New Issue
Block a user