mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
66 lines
773 B
Text
66 lines
773 B
Text
*.pyc
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist*/
|
|
/venv*/
|
|
/kgs/
|
|
/.tox/
|
|
/releases*/
|
|
/log*
|
|
letsencrypt.log
|
|
certbot.log
|
|
letsencrypt-auto-source/letsencrypt-auto.sig.lzma.base64
|
|
|
|
# coverage
|
|
.coverage
|
|
/htmlcov/
|
|
|
|
/.vagrant
|
|
|
|
tags
|
|
|
|
# editor temporary files
|
|
*~
|
|
*.sw?
|
|
\#*#
|
|
.idea
|
|
.ropeproject
|
|
.vscode
|
|
|
|
# auth --cert-path --chain-path
|
|
/*.pem
|
|
|
|
# letstest
|
|
tests/letstest/letest-*/
|
|
tests/letstest/*.pem
|
|
tests/letstest/venv/
|
|
tests/letstest/venv3/
|
|
|
|
.venv
|
|
|
|
# pytest cache
|
|
.cache
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
|
|
# docker files
|
|
.docker
|
|
|
|
# certbot tests
|
|
.certbot_test_workspace
|
|
**/assets/pebble*
|
|
**/assets/challtestsrv*
|
|
|
|
# snap files
|
|
.snapcraft
|
|
parts
|
|
prime
|
|
stage
|
|
*.snap
|
|
snap-constraints.txt
|
|
qemu-*
|
|
certbot-dns*/certbot-dns*_amd64*.txt
|
|
certbot-dns*/certbot-dns*_arm*.txt
|
|
/certbot_amd64*.txt
|
|
/certbot_arm*.txt
|