From d1efe68ed06770263ce4446837553992ebf86927 Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Wed, 7 Feb 2024 22:37:16 +0100 Subject: [PATCH] Initial support (hidden) for large files --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5a5fa85..7d82de2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,14 @@ public_key.pem decrypted.txt encrypted.txt *.enc -*.dec \ No newline at end of file +*.dec +x86_64* +conda_meta +compiler_compat +include +man +share +ssl +cp.png +*.part +large_file_encryptor.py \ No newline at end of file