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

Skip to content

Commit e6a5191

Browse files
authored
chore(gitignore): add venv artifacts to gitignore
1 parent b84ae72 commit e6a5191

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