Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
added common venvs to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclarke committed Feb 14, 2023
1 parent 1c93cad commit 58ead7a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,13 @@ venv.bak/
.DS_Store
nexus-constructor/.DS_Store
resources/.DS_Store

# Common venv dirs
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

0 comments on commit 58ead7a

Please sign in to comment.