From a276a2ad62b7e17804f24710483906cc5b07ad3c Mon Sep 17 00:00:00 2001 From: randomuser Date: Tue, 10 Oct 2023 18:37:39 -0500 Subject: [PATCH] add gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 42aa1dd..efc6e1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__/ secrets.py -ProtonWebmail \ No newline at end of file +ProtonWebmail +data/ \ No newline at end of file