mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
22 lines
181 B
Text
22 lines
181 B
Text
*.pyc
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
/venv/
|
|
/.tox/
|
|
|
|
# coverage
|
|
.coverage
|
|
/htmlcov/
|
|
|
|
/.vagrant
|
|
|
|
# editor temporary files
|
|
*~
|
|
*.swp
|
|
\#*#
|
|
.idea
|
|
|
|
# auth --cert-path --chain-path
|
|
/*.pem
|