From 8dba25ce10ba698cc9c943345206860d1f915b4f Mon Sep 17 00:00:00 2001 From: A Taylor <112668339+ATaylorAerospace@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:41:50 -0700 Subject: [PATCH] Update .gitignore chore: gitignore pytest cache directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0ab4701..ee3f008 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,6 @@ Thumbs.db # Jupyter .ipynb_checkpoints/ + +# Pytest +.pytest_cache/