{
    "app": "%python-executable% app.py",
    "watch": {
        "include": ["**"],
        "exclude": [
            "README.md",
            "cdk*.json",
            "requirements*.txt",
            "source.bat",
            "**/__init__.py",
            "python/__pycache__",
            "tests"
        ]
    }
}
