S03-H3 CLOSED baseline

This commit is contained in:
2026-08-27 11:12:22 +02:00
commit 4b5fbb6c23
30 changed files with 10130 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# ============================================================
# MARTe Benchmark Suite - Git exclusions
# ============================================================
# Runtime execution outputs.
# Every MARTe benchmark run generates its own directory here.
# These outputs are operational evidence, not source code.
runs/
# Python bytecode/cache
__pycache__/
*.py[cod]
# Editor temporary files
*~
*.swp
*.swo
# Generic temporary files
*.tmp
# Desktop metadata
.DS_Store
Thumbs.db