aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: a205f43628b6a128d1795b3ef40867fb9f33a410 (plain)
1
2
3
4
5
6
7
{
  "files.exclude": {
    "**/__pycache__": true,
    "**/.venv": true
  },
  "cSpell.words": ["screenshotting"]
}