From 26c98d3b9a904321eaccc6a50fd2d6a429e4ea2e Mon Sep 17 00:00:00 2001 From: Teddy Middleton-Smith Date: Fri, 28 Feb 2025 15:17:02 +0000 Subject: [PATCH] Feature: \n 1. Text file output. \n 2. PDF file output. \n 3. Requirements file added. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..93c8c0f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +env_cover_letter_autofill/ +env_cover_letter_autofill/* \ No newline at end of file