{
    "exclude": [
        "node_modules",
        "vendor",
        "Pods",
        ".pnp",
        "build",
        "dist",
        "output",
        "release",
        "**/target",
        "out",
        "public/dist",
        ".nuxt",
        ".next",
        ".remix",
        ".svelte-kit",
        "**/config/secrets",
        "FzxDocker/secrets",
        "logs",
        "log",
        "**/database/**/data",
        "**/database/**/data_new",
        "**/middleware/**/data",
        "**/redis/**/*.rdb",
        "**/redis/**/*.aof",
        "**/elasticsearch/**/data",
        "**/minio/**/data",
        "data",
        ".idea",
        ".gradle",
        "coverage",
        ".nyc_output",
        "test-results",
        "playwright-report",
        "cypress/videos",
        "cypress/screenshots",
        ".cache",
        ".tmp",
        ".temp",
        "scripts",
        "infrastructure/logs",
        ".jenkins",
        "deployed-builds",
        "**/nginx/html",
        "backup",
        "backup_*",
        "local_optimization_temp",
        ".trae",
        ".pnpm-store",
        ".yarn/cache",
        "**/android/build",
        "**/ios/build",
        "**/flutter/build",
        "**/build/app/outputs",
        ".jgitver",
        ".mvn",
        "frontend",
        "services/**/target",
        "target"
    ],
    "include": [
        "**/*.py",
        "**/*.groovy",
        "**/*.yml",
        "**/*.yaml",
        "**/*.xml",
        "**/*.conf",
        "**/*.sh",
        "**/*.md"
    ],
    "pythonVersion": "3.11",
    "pythonPlatform": "Windows",
    "typeCheckingMode": "basic"
}