Files
certbot-dns-yeil/.gitignore
2026-06-22 23:54:43 -04:00

18 lines
153 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
# Packaging / build artifacts
build/
dist/
*.egg-info/
.eggs/
# Virtualenvs
.venv/
venv/
env/
.DS_Store
._*