Skip to content

Commit

Permalink
Ignore some other virtual environment directories
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EliahKagan committed Sep 14, 2023
1 parent cb5ede0 commit 4b7d702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
*.py[co]
*.swp
*~
.env/
env/
.venv/
venv/
/*.egg-info
Expand Down

0 comments on commit 4b7d702

Please sign in to comment.