exclude_patterns: - '**/.*' - '**/__pycache__' - '**/node_modules' - '**/target' - '**/build/assets' - '**/dist' - '**/vendor/*.*/*' - '**/vendor/*' - '**/.cocoindex_code' 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'