# WordPress core and runtime files
/wp-admin/
/wp-includes/
/license.txt
/readme.html
/index.php
/xmlrpc.php
/wp-activate.php
/wp-blog-header.php
/wp-comments-post.php
/wp-config.php
/wp-config-sample.php
/wp-cron.php
/wp-links-opml.php
/wp-load.php
/wp-login.php
/wp-mail.php
/wp-settings.php
/wp-signup.php
/wp-trackback.php

# WordPress uploads and cache
/wp-content/uploads/
/wp-content/upgrade/
/wp-content/cache/
/wp-content/backup-*
/wp-content/backups/

# Optional: ignore third-party plugin directories if this repo is only theme-focused
/wp-content/plugins/*
!/wp-content/plugins/ufpe-google-oidc/
!/wp-content/plugins/ufpe-google-oidc/**
/wp-content/languages/
/wp-content/index.php
/wp-content/themes/index.php

# Node and build artifacts
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store

# WP-CLI and local tools
wp-cli.phar

# Local environment
.env
