diff --git a/.gitignore b/.gitignore index 47f3736..54813b8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,11 @@ wheels/ # Virtual environments .venv +# Tooling artifacts +.mypy_cache/ +.ropeproject/ +.ruff_cache/ + # Testing artifacts config.yaml db.sqlite3