diff --git a/.gitignore b/.gitignore index 5677329..7e350e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +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 cefa9fc..e9f4c4c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,5 +22,6 @@ "**/__pycache__": true, "**/.mypy_cache": true, "**/.direnv": true, + "**/.ruff_cache": true, }, } \ No newline at end of file