Skip to content

Commit

Permalink
Very minor change - Just ignoring all possible virtual envs as people…
Browse files Browse the repository at this point in the history
… can name the venv with anything after venv. I normally name it like `.venv-<project-folder-name>`, so that on terminal I can see what project I am in :-)
  • Loading branch information
gauravdhiman committed Dec 21, 2024
1 parent ff1bca0 commit 2ffab54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ wip
dist

# ignore virtualenvs
.venv
.venv*
venv*
phienv*
aienv*
Expand Down

0 comments on commit 2ffab54

Please sign in to comment.