Skip to content

Commit

Permalink
added gitignore directives for virtual environments
Browse files Browse the repository at this point in the history
virtual environments are routinely created in the root project (sub)folder(s) and should be ignored by Git
  • Loading branch information
fametrano authored Aug 17, 2020
1 parent 914ad3e commit 7a896e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ hwilib/ui/ui_*.py

*.stderr
*.stdout

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

0 comments on commit 7a896e7

Please sign in to comment.