Skip to content

Commit 963a76c

Browse files
author
Michael Baumann
committed
Add /.venv to .gitignore
1 parent 9d13ad5 commit 963a76c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ __pycache__/
2626
/.idea
2727
/*.iml
2828

29+
# Default virtual environment name used by PyCharm
30+
/.venv
31+
2932
# JS/node/npm/web dev files
3033
node_modules
3134
npm-debug.log

0 commit comments

Comments
 (0)