# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Project config that may contain host/site/credential details — NEVER commit.
# Ship wp-cli.conf.example instead.
.serena/wp-cli.conf
wp-cli.conf

# OS
.DS_Store

# Editors
.vscode/
.idea/
