diff --git a/.gitignore b/.gitignore index cd135b1..7e350e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .direnv +.ruff_cache # https://github.com/github/gitignore/blob/main/Python.gitignore # Basic .gitignore for a python repo diff --git a/.vscode/settings.json b/.vscode/settings.json index a0dc103..279956d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,5 +23,6 @@ "**/__pycache__": true, "**/.mypy_cache": true, "**/.direnv": true, + "**/.ruff_cache": true, }, } \ No newline at end of file