Skip to content

Commit 7696a30

Browse files
authored
Ignore venv directory (#639)
1 parent d8392ae commit 7696a30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Temporary Items
3333
# Distribution / packaging
3434
.Python
3535
env/
36+
venv/
3637
build/
3738
develop-eggs/
3839
dist/
@@ -98,4 +99,4 @@ python_boilerplate/
9899
cookiecutter-pypackage-env/
99100

100101
# IDE settings
101-
.vscode/
102+
.vscode/

0 commit comments

Comments
 (0)