Skip to content

Commit 8583db8

Browse files
authored
Merge pull request #5 from mathd/virtual_env
add virtual environment support to .gitignore
2 parents f988493 + 510b171 commit 8583db8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ __pycache__/
1919
.env.test
2020
.env.production
2121

22+
# Python virtual environments
23+
.venv/
24+
venv/
25+
2226
# IDE - VSCode
2327
.vscode/*
2428
!.vscode/settings.json

0 commit comments

Comments
 (0)