chore: Examples finalisieren — Benchmark, .gitignore, TASK.md-Cleanup
- fib_bench_test.go: von pi-coder erzeugter Benchmark übernommen - .gitignore in python-calculator und rust-wordcount: verhindert Commit von Build-Artefakten in Demo-Sub-Repos - TASK.md zu globalem .gitignore hinzugefügt (pi-coder-Laufzeitartefakt) - restore-all.sh: bereinigt jetzt auch TASK.md-Dateien Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f5d2a5d66e
commit
0956f3f569
5 changed files with 20 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,6 +2,10 @@
|
|||
node_modules/
|
||||
.DS_Store
|
||||
|
||||
# pi-coder Laufzeitartefakte
|
||||
TASK.md
|
||||
examples/**/TASK.md
|
||||
|
||||
# Build-Artefakte (Examples)
|
||||
examples/rust-wordcount/target/
|
||||
examples/**/__pycache__/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue