Skip to content

Commit 3a781e2

Browse files
committed
add virtualenv locally with .gitignore
1 parent 180151f commit 3a781e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ build
99
__pycache__
1010
.mypy_cache
1111
*.swp
12+
.vscode/settings.json

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"python.analysis.typeCheckingMode": "basic"
2+
"python.analysis.typeCheckingMode": "basic",
3+
"python.terminal.activateEnvironment": true
34
}

0 commit comments

Comments
 (0)