Files
marte-benchmark-suite/.gitignore
T
2026-08-27 11:12:22 +02:00

25 lines
486 B
Plaintext

# ============================================================
# 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