S03-H3 CLOSED baseline
This commit is contained in:
+24
@@ -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
|
||||
Reference in New Issue
Block a user