From e82583f135f0a1ecf06318ae14e7cccbcefe485e Mon Sep 17 00:00:00 2001 From: Shahin Ramezanzadeh Date: Tue, 6 Jan 2026 14:44:54 +0100 Subject: [PATCH] updated gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 41573e3..afe2020 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ venv/ **/.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') - +**/pipeline/.env # ====================== # Audio / Video / Media