[Codespaces] Add Python venv to gitignore.

This commit is contained in:
Keanu Timmermans 2021-05-08 12:04:47 +00:00 committed by GitHub
parent cc4aa3ab52
commit 1ae2e1bfcc
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.pyc
node_modules/
.venv