added .venv to ignore list of flattener

This commit is contained in:
Lior Assouline 2025-08-07 18:09:18 +03:00
parent fe86675c5f
commit e91bca0177
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ async function discoverFiles(rootDir) {
'.env.*',
'*.env',
'.config',
'.venv',
// Logs
'logs/**',