# PowerShell / editor
*.ps1xml
*.psm1
*.psd1
*.ps1.user
.vscode/
.idea/

# Lokale Logs / Testausgaben
*.log
log.txt
logs/
*.tmp
*.temp

# Downloads / Cache / Herstellerpakete
*.zip
*.download
*.meta.json
RomexisImplantLibraryCache/
cache/
downloads/

# Entpackte Installationsdateien
temp/
tmp/
extracted/
Implant_library_files/

# Backups / Datenbank Dumps
*.bak
*.BAK
*.sql.bak
backup/
backups/

# Windows / Explorer
Thumbs.db
Desktop.ini
$RECYCLE.BIN/

# macOS falls das Repo mal dort geöffnet wird
.DS_Store

# PowerShell Transcripts
PowerShell_transcript*.txt
