{ "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, "**/Thumbs.db": true, ".github": true, ".gitignore": true, ".vscode": true, "Dockerfile": true, "LICENSE": true, "requirements.txt": true, "venv": true }, "explorerExclude.backup": {}, "python.linting.pylintEnabled": true, "python.linting.enabled": true, "python.formatting.provider": "autopep8" }