Update .gitignore

Please add this entry for virtual python interpreter. This directory name is needed in the PyCharm environment.
pull/3460/head
Łukasz Turon 2023-02-18 23:49:28 +01:00 committed by GitHub
parent f93a538693
commit 5dcbc0dd55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

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