mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
30 lines
295 B
Text
30 lines
295 B
Text
*.pyc
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist*/
|
|
/venv*/
|
|
/kgs/
|
|
/.tox/
|
|
/releases/
|
|
letsencrypt.log
|
|
|
|
# coverage
|
|
.coverage
|
|
/htmlcov/
|
|
|
|
/.vagrant
|
|
|
|
# editor temporary files
|
|
*~
|
|
*.swp
|
|
\#*#
|
|
.idea
|
|
|
|
# auth --cert-path --chain-path
|
|
/*.pem
|
|
|
|
# letstest
|
|
tests/letstest/letest-*/
|
|
tests/letstest/*.pem
|
|
tests/letstest/venv/
|