Update .gitignore

Please add this entry for virtual python interpreter. This directory name is needed in the PyCharm environment.
This commit is contained in:
Ł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
.gitignore vendored
View file

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