1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00
Files
certbot/.gitignore
2018-02-13 09:52:04 -08:00

44 lines
437 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
# pytest cache
.cache
# docker files
.docker