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:
administrator
2026-07-11 23:52:28 -04:00
parent a4c0d258eb
commit af91629f71
41 changed files with 1028 additions and 1 deletions

View 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]