diff --git a/.gitignore b/.gitignore index 69fc98a..e87ae7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,26 @@ -crypt/target/* -stub/target/* +# Rust build artifacts +crypt/target/ +**/target/ + +# Compiled binaries +linux_injector +*.exe + +# Encrypted payload files +encrypted_payload.bin +decryption_metadata.bin + +# Malware files (should not be committed) +*.dll +*.so +libphotoshop.* + +# Temporary files +*.tmp +*~ + +# IDE files +.vscode/ +.idea/ +*.swp +*.swo \ No newline at end of file