{ // The following will hide Python's build cache directories. "files.exclude": { "**/__pycache__": true, "**/*.egg-info": true, "**/.pytest_cache": true }, "python.linting.enabled": true, "python.linting.pylintEnabled": true }