mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02:00
Merge pull request #4717 from lpalgarvio/patch-3
Update VirtualEnv.gitignore
This commit is contained in:
commit
166ce88ec5
@ -1,5 +1,16 @@
|
|||||||
# Virtualenv
|
# Virtualenv
|
||||||
# https://realpython.com/python-virtual-environments-a-primer/#the-virtualenv-project
|
# 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
|
.Python
|
||||||
[Bb]in
|
[Bb]in
|
||||||
[Ii]nclude
|
[Ii]nclude
|
||||||
@ -7,6 +18,3 @@
|
|||||||
[Ll]ib64
|
[Ll]ib64
|
||||||
[Ll]ocal
|
[Ll]ocal
|
||||||
[Ss]cripts
|
[Ss]cripts
|
||||||
pyvenv.cfg
|
|
||||||
.venv
|
|
||||||
pip-selfcheck.json
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user