From 94a4a8881f9c3848859bc9be5096333c4654f21c Mon Sep 17 00:00:00 2001 From: host Date: Fri, 28 Aug 2026 17:41:50 +0300 Subject: [PATCH] Add .gitignore to keep the real .env (with the API key) out of the repo --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c49bd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env