From 063643aa00c7ce9b5acf5f436a7c2960ba65e31e Mon Sep 17 00:00:00 2001 From: Shahin Ramezanzadeh Date: Tue, 6 Jan 2026 14:17:16 +0100 Subject: [PATCH] updated gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a87c1c0..3447596 100644 --- a/.gitignore +++ b/.gitignore @@ -12,8 +12,8 @@ __pycache__/ # Virtual environments enisper/ venv/ -.env # Ignore the specific .env file -.env.* # Ignore local variations like .env.local or .env.development +**/.env # Ignore the specific .env file +**/.env.* # Ignore local variations like .env.local or .env.development !.env.example # OPTIONAL: Ensure the example file is NOT ignored (the '!' means 'exclude from ignore')