Browse Source

Merge pull request #3460 from Trotyl84/patch-1

.gitignore: ignore `.venv/`
pull/3469/head
Sergey G. Brester 2 years ago committed by GitHub
parent
commit
06e3dea062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitignore

1
.gitignore vendored

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

Loading…
Cancel
Save