exclude_patterns: - '**/.*' - '**/__pycache__' - '**/node_modules' - '**/target' - '**/build/assets' - '**/dist' - '**/.cocoindex_code' - '/testdata' - '/go' - '/Desktop' - '/Documents' - '/Downloads' - '/Music' - '/Pictures' - '/Public' - '/Templates' - '/Videos' include_patterns: - '**/*.py' - '**/*.pyi' - '**/*.js' - '**/*.jsx' - '**/*.ts' - '**/*.tsx' - '**/*.mjs' - '**/*.cjs' - '**/*.rs' - '**/*.go' - '**/*.java' - '**/*.c' - '**/*.h' - '**/*.cpp' - '**/*.hpp' - '**/*.cc' - '**/*.cxx' - '**/*.hxx' - '**/*.hh' - '**/*.cs' - '**/*.sql' - '**/*.sh' - '**/*.bash' - '**/*.zsh' - '**/*.md' - '**/*.mdx' - '**/*.txt' - '**/*.rst' - '**/*.php' - '**/*.lua' - '**/*.rb' - '**/*.swift' - '**/*.kt' - '**/*.kts' - '**/*.scala' - '**/*.r' - '**/*.html' - '**/*.htm' - '**/*.svelte' - '**/*.vue' - '**/*.css' - '**/*.scss' - '**/*.json' - '**/*.xml' - '**/*.yaml' - '**/*.yml' - '**/*.toml' - '**/*.sol' - '**/*.pas' - '**/*.dpr' - '**/*.dtd' - '**/*.f' - '**/*.f90' - '**/*.f95' - '**/*.f03'