Update VirtualEnv.gitignore
This commit is contained in:
parent
add7cbcaad
commit
cf8b54d020
1 changed files with 11 additions and 5 deletions
|
|
@ -1,5 +1,16 @@
|
|||
# Virtualenv
|
||||
# https://realpython.com/python-virtual-environments-a-primer/#the-virtualenv-project
|
||||
.venv/
|
||||
venv/
|
||||
.python-version
|
||||
|
||||
# pyenv: Simple Python Version Management
|
||||
pyvenv.cfg
|
||||
|
||||
# pip: package installer for Python
|
||||
pip-selfcheck.json
|
||||
|
||||
# Custom python interpreter
|
||||
.Python
|
||||
[Bb]in
|
||||
[Ii]nclude
|
||||
|
|
@ -7,8 +18,3 @@
|
|||
[Ll]ib64
|
||||
[Ll]ocal
|
||||
[Ss]cripts
|
||||
pyvenv.cfg
|
||||
.venv/
|
||||
venv/
|
||||
.python-version
|
||||
pip-selfcheck.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue