diff --git a/.gitignore b/.gitignore index 84f437e..3d22dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ **/__pycache__/ **/.venv/ **/.mypy_cache/ -node_modules \ No newline at end of file +node_modules +poetry.lock + +# ruff +.ruff_cache