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