# Git and version control
/.git/
/.github/
/.svn/
.gitattributes
.gitignore

# Node.js development files
/node_modules/
/package.json
/package-lock.json
/esbuild.config.js

# Deployment and CI/CD
/deploy.sh
/.gitlab-ci.yml
/circle.yml

# Documentation and misc dev files
/README.md
/CONTRIBUTING.md
/AGENTS.md
/phpcs.xml
/phpunit.xml
/tests/

# OS-specific junk files
.DS_Store
Thumbs.db
._*

# Source asset directories that are bundled into /dist/
# These contain the raw JS/CSS files that are not needed in the final plugin
# as the bundled files from the /dist/ directory are used instead.
/admin/js/
/admin/css/
/public/js/
/public/css/
/lib/admin/js/
/lib/admin/css/
