mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
Merge cf8b54d020 into c677dd99d4
This commit is contained in:
commit
7876aff08f
@ -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,6 +18,3 @@
|
||||
[Ll]ib64
|
||||
[Ll]ocal
|
||||
[Ss]cripts
|
||||
pyvenv.cfg
|
||||
.venv
|
||||
pip-selfcheck.json
|
||||
|
||||
Loading…
Reference in New Issue
Block a user