node_modules/
.env
package-lock.json

# PHPUnit output
junit.xml
.phpunit.result.cache

# IDE
.idea/

# Local-only phpstan override: phpstan.neon.dist points at the vendor path
# that resolves from the module's real install location (web/modules/custom/
# native_observability), not from this worktree. See phpstan.neon.
phpstan.neon

# Local maintainer tools, deliberately not shipped: they are ours, not the
# module. The gate that binds a contributor is .gitlab-ci.yml.
/lint.sh
/qa/
