feat: Demo-Examples (Python/Rust/Go/C) mit Protokoll-Templates und Restore-Skript
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fb4e96919a
commit
64c2b7f0fd
21 changed files with 614 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,3 +1,10 @@
|
|||
*.bak
|
||||
node_modules/
|
||||
.DS_Store
|
||||
|
||||
# Build-Artefakte (Examples)
|
||||
examples/rust-wordcount/target/
|
||||
examples/**/__pycache__/
|
||||
examples/**/.pytest_cache/
|
||||
examples/**/Cargo.lock
|
||||
examples/**/ll_demo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue