Merge pull request #3460 from Trotyl84/patch-1

.gitignore: ignore `.venv/`
This commit is contained in:
Sergey G. Brester 2023-02-20 08:42:53 +01:00 committed by GitHub
commit 06e3dea062
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View file

@ -10,3 +10,4 @@ htmlcov
__pycache__
.vagrant/
.idea/
.venv/