# Dependencies (installed by Composer / npm, never committed to the module repo)
/vendor/
node_modules/

# Isolated phpstan toolchain bootstrapped by ./lint.sh for CI-parity linting
/.phpstan-tools/

# OS and editor cruft
.DS_Store
Thumbs.db
.idea/
.vscode/
*.sublime-project
*.sublime-workspace

# PHP tooling caches and reports
.phpunit.result.cache
.phpcs-cache
/clover.xml
/coverage/
/.phpunit.cache/

# Local, machine-specific overrides
*.local
