diff --git a/.gitignore b/.gitignore index 769f737..8be1ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,12 @@ +# Python **/*.egg-info **/__pycache__/ .venv/ +# Tooling +.mypy_cache/ +.ruff_cache/ + # Testing config.json scripts/