Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit de40e68

Browse files
committedSep 14, 2023
Ignore some other virtual environment directories
Like ".venv" and "venv", ".env" and "env" are common, plus "env" appears in the example command shown for making a virtual environment for the purpose of building a release, under some circumstances when "make release" or "make force_release" fail.
1 parent ba84db4 commit de40e68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
*.py[co]
22
*.swp
33
*~
4+
.env/
5+
env/
46
.venv/
57
venv/
68
/*.egg-info

0 commit comments

Comments
 (0)
Please sign in to comment.