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

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ _build
**/__pycache__/*
uv.lock
poetry.lock
.venv

View file

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