Skip to content

Commit cfc2ddb

Browse files
add venv* to gitignore
1 parent 7a7e29b commit cfc2ddb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ var/
3737
.installed.cfg
3838
*.egg
3939

40+
# Environments
41+
.env*
42+
.envrc
43+
.venv*
44+
env*/
45+
venv*/
46+
ENV/
47+
env.bak/
48+
venv.bak/
49+
4050
# PyInstaller
4151
# Usually these files are written by a python script from a template
4252
# before PyInstaller builds the exe, so as to inject date/other infos into it.

0 commit comments

Comments
 (0)