mirror of
https://github.com/certbot/certbot.git
synced 2025-12-18 21:46:05 -05:00
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
11 lines
312 B
Text
11 lines
312 B
Text
# 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
|