加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 639 Bytes
一键复制 编辑 原始数据 按行查看 历史
*.pyc
*.egg-info/
.eggs/
build/
dist*/
/venv*/
/.tox/
/releases*/
/log*
letsencrypt.log
certbot.log
poetry.lock
# coverage
.coverage
/htmlcov/
/.vagrant
tags
# editor temporary files
*~
*.sw?
\#*#
.idea
.ropeproject
.vscode
# auth --cert-path --chain-path
/*.pem
.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
certbot-dns*/snap
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化