* - matches any characters (except /)** - matches any characters including subdirectories? - matches single character[abc] - matches any character in brackets[a-z] - matches character range*.py, **/*.js, test_*.txt,
*.{py,js,html}