From 5a4a4f68fb8cfd3dc6dbe093ae705a9e4a963237 Mon Sep 17 00:00:00 2001 From: "Mauricio A. Rovira Galvez" <8482308+marovira@users.noreply.github.com> Date: Sat, 23 Mar 2024 17:40:10 -0700 Subject: [PATCH] [brief] Add a few more folders to gitignore. [detailed] - Now that we're using Ruff and pytest, make sure their corresponding folders get ignored. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 989c908..1dba418 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Virtual envs. venv/ +.venv/ # Distribution/packaging build/ @@ -7,3 +8,5 @@ build/ __pycache__/ .mypy_cache/ +.pytest_cache/ +.ruff_cache/