# Internal docs (not part of the published plugin)
CHANGES_REPORT.md
CODE_REVIEW.md
GITHUB_ABOUT.md
preload-SUGGESTIONS.md

# Dependencies
/node_modules/
/vendor/

# Note: assets/js/dist is intentionally committed — the plugin loads it at runtime.

# PHPUnit
/.phpunit.cache/
.phpunit.result.cache
phpunit.phar

# Environment
.env
.env.*

# Logs
*.log
npm-debug.log*

# OS files
.DS_Store
Thumbs.db

# Editor / IDE
.idea/
.vscode/
*.sublime-project
*.sublime-workspace

# Build / packaging artifacts
/build/
/dist/
*.zip

# Backups created by the plugin
*.oxybackup
