# .understandignore — patterns for files/dirs to exclude from analysis
# Syntax: same as .gitignore (globs, # comments, ! negation, trailing / for dirs)
# Lines below are suggestions — uncomment to activate.
# Use ! prefix to force-include something excluded by defaults.
#
# Built-in defaults (always excluded unless negated):
#   node_modules/, .git/, dist/, build/, obj/, *.lock, *.min.js, etc.
#
# --- From .gitignore (uncomment to exclude) ---

# *~
# .DS_Store
# static/dist/
# .env
# bak/
# testimonials.class.php
# resource-filter/
# phpcs-results.txt
# /test-results/
# /playwright-report/
# /blob-report/
# /playwright/.cache/

# --- Detected directories (uncomment to exclude) ---

# tests/

# --- Test file patterns (uncomment to exclude) ---

# *.test.*
# *.spec.*
# *.snap
