Skip to content

Commit cf8b54d

Browse files
authored
Update VirtualEnv.gitignore
1 parent add7cbc commit cf8b54d

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

Global/VirtualEnv.gitignore

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# Virtualenv
22
# https://realpython.com/python-virtual-environments-a-primer/#the-virtualenv-project
3+
.venv/
4+
venv/
5+
.python-version
6+
7+
# pyenv: Simple Python Version Management
8+
pyvenv.cfg
9+
10+
# pip: package installer for Python
11+
pip-selfcheck.json
12+
13+
# Custom python interpreter
314
.Python
415
[Bb]in
516
[Ii]nclude
617
[Ll]ib
718
[Ll]ib64
819
[Ll]ocal
920
[Ss]cripts
10-
pyvenv.cfg
11-
.venv/
12-
venv/
13-
.python-version
14-
pip-selfcheck.json

0 commit comments

Comments
 (0)