Fixes https://github.com/certbot/certbot/issues/8387. * update _venv_common.py * delete venv.py scripts * rename venv script * update relevant venv3 references * remove set_python_envvars
12 lines
312 B
Plaintext
12 lines
312 B
Plaintext
# this file uses slightly different syntax than .gitignore,
|
|
# e.g. ".tox/" will not ignore .tox directory
|
|
|
|
# well, official docker build should be done on clean git checkout
|
|
# anyway, so .tox should be empty... But I'm sure people will try to
|
|
# test docker on their git working directories.
|
|
|
|
.git
|
|
.tox
|
|
venv
|
|
docs
|