From 3077cd918583c60a1c67e97069bd59a0e45af2f5 Mon Sep 17 00:00:00 2001 From: gilesb Date: Fri, 9 Jan 2026 02:58:56 +0000 Subject: [PATCH] Add .env to gitignore Co-Authored-By: Claude Opus 4.5 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8a4864c..25395b0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ __pycache__/ *.egg-info/ .venv/ venv/ +.env