{
    "files.exclude": {
        "**/__pycache__/**": true,
        "**/**/*.pyc": true
    },
    "python.formatting.provider": "black"
}
