From f6141e1c34ffbae0c940c6f43c820bcf2701e597 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Tue, 25 Aug 2026 18:28:51 +0800 Subject: [PATCH] security: ignore local environment files Co-Authored-By: Codex --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 91f73be..cacfdfc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,7 @@ .venv/ +.env +.env.* +!*.env.example __pycache__/ .pytest_cache/ .ruff_cache/