Skip to content

Commit

Permalink
ignore cache files in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 26, 2024
1 parent f06211d commit 590cd83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"files.exclude": {
"**/__pycache__": true,
".hypothesis/": true,
".*_cache/": true,
},
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
Expand Down

0 comments on commit 590cd83

Please sign in to comment.