From 49a4c9cac483587f1bd4fda408b36c15705cf188 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 14:21:49 +0000 Subject: [PATCH] fix: clean up test fixtures formatting for CI --- .gitignore | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c343825..adb44c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,11 @@ *.pyc __pycache__/ -*.egg-info/ -.snapshots/ .env -.env.local -*.log +.venv/ +venv/ +*.egg-info/ +.pytest_cache/ +.mypy_cache/ +.coverage +htmlcov/ .DS_Store