Files
certbot/.gitignore
T

18 lines
134 B
Plaintext

*.pyc
*.egg-info/
.eggs/
build/
dist/
/venv/
/.tox/
# coverage
.coverage
/htmlcov/
/.vagrant
# editor temporary files
*~
*.swp
\#*#