# Cloudflare credentials — never commit these
cert.pem
*.json
!package.json

# Database
domains.db
*.db

# Environment variables
.env
.env.*

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
venv/
.venv/

# Runtime / temp
/tmp/
*.log
