# WordPress Core
/wp-admin/
/wp-includes/
license.txt
readme.html
xmlrpc.php

# Sensitive files
wp-config.php
.htaccess
web.config

# Content that changes
/wp-content/upgrade/
/wp-content/uploads/
/wp-content/cache/
/wp-content/ai1wm-backups/

# Ignore all plugins and themes, then whitelist your custom ones
/wp-content/plugins/*
!/wp-content/plugins/your-custom-plugin/

/wp-content/themes/*
!/wp-content/themes/your-custom-theme/

# Ignore OS/Editor/IDE files
.DS_Store
Thumbs.db
*.log
*.swp
*.swo
*.bak
*.tmp

# Node modules / vendor
node_modules/
vendor/
.env
.env.*

# Composer / npm logs
composer.lock
package-lock.json
yarn.lock
