.gitignore

This commit is contained in:
whaffman 2025-07-08 14:42:21 +02:00
parent b7ac2a7bb0
commit d9bd061210
2 changed files with 32 additions and 29 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.venv

View File

@ -178,6 +178,8 @@ def decrypt_files(files, symmetric_key):
my_print(f"Decrypted file: {original_file}")
def list_infection_files(infection_path):
"""
Lists all files in the Infection directory.