# VCS and local metadata
.git
.github
.gitignore
.distignore
.DS_Store
__MACOSX
.idea
.vscode
.editorconfig
.phpunit.result.cache
.openclaude

# Build output
/dist
/_dist
.build
node_modules

# Development and test files
tests
scripts
documentation

# Stale nested duplicate (from old structure)
/clandevs-smart-catalog-filters/

# Build tools
Makefile

# Vendor dev dependencies
vendor
phpcs.xml.dist
phpunit.xml.dist
composer.json
composer.lock
