# Repo junk
.git
.github
.gitignore
.gitattributes

# Local stack / docker
docker-compose.yml
Dockerfile
compose*.yml
.env
.env*

# WP core or site
wp-admin/
wp-includes/
wp-content/themes/
wp-content/uploads/
wp-config.php

# Node / build
node_modules/
vendor/
*.map
*.log
*.lock
*.tsbuildinfo

# Tests & tooling
tests/
phpunit.xml*
phpcs.xml*
.npmrc
.editorconfig
.eslint*
.prettier*
vite.config.*
webpack.*
rollup.*

# Misc
*.sh
*.md
