From 6b87bd226e4e21248ac28799687beb1dd4df3e85 Mon Sep 17 00:00:00 2001 From: zosimovaa Date: Tue, 28 Oct 2025 23:08:46 +0300 Subject: [PATCH] .gitignore updated --- .gitignore | 6 +++++- example.env | 12 ++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 example.env diff --git a/.gitignore b/.gitignore index 1d17dae..ab582ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ -.venv +venv +.vscode +__pycache__ +.env +.cursorignore \ No newline at end of file diff --git a/example.env b/example.env new file mode 100644 index 0000000..b04e0fe --- /dev/null +++ b/example.env @@ -0,0 +1,12 @@ +# Email configuration +EMAIL_ADDRESS=your_email@gmail.com +EMAIL_PASSWORD=your_app_password + +# IMAP settings +IMAP_HOST=imap.gmail.com +IMAP_PORT=993 + +# SMTP settings +SMTP_HOST=smtp.gmail.com +SMTP_PORT=587 +