From e91bca0177f18317015b6610ae58cedfc638c908 Mon Sep 17 00:00:00 2001 From: Lior Assouline Date: Thu, 7 Aug 2025 18:09:18 +0300 Subject: [PATCH] added .venv to ignore list of flattener --- tools/flattener/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/flattener/main.js b/tools/flattener/main.js index 0e1cb58b..34b5a7f6 100644 --- a/tools/flattener/main.js +++ b/tools/flattener/main.js @@ -45,6 +45,7 @@ async function discoverFiles(rootDir) { '.env.*', '*.env', '.config', + '.venv', // Logs 'logs/**',