mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
38 lines
390 B
Plaintext
38 lines
390 B
Plaintext
*.pyc
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist*/
|
|
/venv*/
|
|
/kgs/
|
|
/.tox/
|
|
/releases/
|
|
letsencrypt.log
|
|
certbot.log
|
|
letsencrypt-auto-source/letsencrypt-auto.sig.lzma.base64
|
|
|
|
# coverage
|
|
.coverage
|
|
/htmlcov/
|
|
|
|
/.vagrant
|
|
|
|
tags
|
|
|
|
# editor temporary files
|
|
*~
|
|
*.sw?
|
|
\#*#
|
|
.idea
|
|
.ropeproject
|
|
|
|
# auth --cert-path --chain-path
|
|
/*.pem
|
|
|
|
# letstest
|
|
tests/letstest/letest-*/
|
|
tests/letstest/*.pem
|
|
tests/letstest/venv/
|
|
|
|
.venv
|