add .venv to ignore

This commit is contained in:
saces 2025-09-11 20:44:16 +02:00
parent ccfe6183a6
commit c1c1b3bee3
No known key found for this signature in database
GPG key ID: 2D1B511919F86901
2 changed files with 2 additions and 0 deletions

View file

@ -66,6 +66,7 @@ exclude_patterns = [
'**/.*',
'**/*.txt',
'attachment',
'.venv',
]