# ── WordPress / PHP ──────────────────────────────────────────── __pycache__/ *.pyc .venv/ env/ # Secrets and local config — NEVER commit .env .env.* wp-config.php wp-config-local.php # WordPress core (not part of this plugin repo) wp-admin/ wp-includes/ wp-content/uploads/ wp-content/cache/ # Build / output artefacts dist/ build/ output/ # Databases and logs *.db *.sqlite *.log # PHP tooling caches .mypy_cache/ .phpunit.result.cache vendor/ # Node (if any tooling is added later) node_modules/ package-lock.json yarn.lock # Editor and OS files .DS_Store Thumbs.db *.bak *.swp *.swo .idea/ .vscode/ *.code-workspace