Added Reverse-Engineering Toolkit

This commit is contained in:
2025-08-27 23:28:43 +02:00
parent 04705ce666
commit 27993d72ee
13 changed files with 2249 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Ignoriere in JEDEM unmittelbaren Unterordner von models/
# die Verzeichnisse "traces" und "analyze_out"
*/traces/
*/traces/**
*/analyze_out/
*/analyze_out/**
# Falls jemand versehentlich direkt unter models/ solche Ordner anlegt, auch ignorieren:
traces/
traces/**
analyze_out/
analyze_out/**
# (Optional, falls du dich mal vertippst)
*/analyze.out/
*/analyze.out/**
analyze.out/
analyze.out/**