# Dependency folders
/vendor/
/node_modules/

# Composer lock (optional – see note below)
# If this is a library plugin, keep composer.lock
# If it's an app/plugin, you usually commit it
# composer.lock

# Development tools
/.cursor/
/phpcs.xml
/phpcs.xml.dist

# OS junk
.DS_Store
Thumbs.db

# Logs
*.log

# Zip builds
*.zip
