.DS_Store

# Composer
/vendor/
# vendor-prefixed/ MUST be committed: composer-based distribution channels
# (Satispress, raw git tarball) ship the plugin source as-is and do not run
# Strauss in the consumer. Without these files committed the prefixed SDK
# namespace ProudNerds\NpoMetadataHub\Npo\MetadataHub\* is missing at runtime
# and the plugin fatals on first page load. Regenerate with `composer install`
# (post-install-cmd runs Strauss) before each release.
/composer.phar
/composer.lock
/.phpunit.result.cache

# Strauss phar (auto-downloaded)
/bin/strauss.phar

# Editor/IDE
/.idea/
/.vscode/

# Logs
*.log

# OS/temp
*.swp
*.swo
