Skip to content

Commit 53a4372

Browse files
authored
add .venv to .gitignore (#745)
1 parent 19bc5be commit 53a4372

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ bin-release/
99
__pycache__/
1010
.vscode/
1111

12+
# Python venv directory
13+
.venv
14+
1215
# Distribution files
1316
build/
1417
*.egg-info/

0 commit comments

Comments
 (0)