From eae4514c25f14713fe365aae3097a7ac6107bb65 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 17:29:57 +0000 Subject: [PATCH] fix: resolve CI linting issues --- .gitignore | 39 +++++---------------------------------- 1 file changed, 5 insertions(+), 34 deletions(-) diff --git a/.gitignore b/.gitignore index 57d8bc2..9dd1ab6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -# Python __pycache__/ *.py[cod] *$py.class @@ -19,42 +18,14 @@ wheels/ *.egg-info/ .installed.cfg *.egg -MANIFEST - -# Virtual Environment -venv/ +.env +.venv/ env/ +venv/ ENV/ - -# IDE -.vscode/ -.idea/ -*.swp -*.swo -*~ - -# Testing +*.log .pytest_cache/ .coverage htmlcov/ -.nox/ -.coverage - -# Type checking -.mypy_cache/ .ruff_cache/ - -# Logs -logs/ - -# OS -.DS_Store -Thumbs.db - -# Environment -.env -.env.local - -# Database -*.db -*.sqlite +.mypy_cache/