8000 chore(gitignore): add venv artifacts to gitignore · python/python-docs-zh-tw@0313a63 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0313a63

Browse files
committed
chore(gitignore): add venv artifacts to gitignore
1 parent e0f7a22 commit 0313a63

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
*.mo
22
__pycache__
33
.DS_Store
4+
5+
# Environments
6+
.env
7+
.venv
8+
env/
9+
venv/
10+
ENV/
11+
env.bak/
12+
venv.bak/

0 commit comments

Comments
 (0)
0