# OS
.DS_Store
.DS_Store?
Thumbs.db
ehthumbs.db
Desktop.ini

# IDE / editors
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
*.swp
*.swo
*~

# Logs & temp
*.log
*.tmp
*.temp
.cache/

# Environment & secrets
.env
.env.*
*.pem
wp-config-local.php

# Dependencies (if added later)
node_modules/
vendor/

# Build / release artifacts
*.zip
*.tar.gz
dist/
build/

# WordPress runtime (should not live in plugin repo)
wp-content/uploads/

# PHPUnit / coverage
.phpunit.result.cache
coverage/
.phpunit.cache/

# Composer
composer.lock
