start tutorial

This commit is contained in:
2026-03-08 19:41:38 +01:00
commit a48ba2963d
81 changed files with 1738 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Rust build output in workshop steps
tutorial/**/target/
# Probe-rs RTT logs
tutorial/**/target/logs/
# Editor temp files
*~
*.swp
.DS_Store
sources