From 71f4b4c68b68487330acc12ff6c6daf5312bf5d9 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 11:53:14 +0000 Subject: [PATCH] fix: resolve CI linting and dependency issues --- .gitignore | 56 ++++++++++++++++-------------------------------------- 1 file changed, 16 insertions(+), 40 deletions(-) diff --git a/.gitignore b/.gitignore index c84b513..1269d6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Python __pycache__/ *.py[cod] *$py.class @@ -14,50 +15,25 @@ lib64/ parts/ sdist/ var/ -wheels/ +wheel/ *.egg-info/ .installed.cfg *.egg -venv/ -ENV/ -env/ -.venv/ -.idea/ + +# IDEs .vscode/ +.idea/ *.swp *.swo -*~ -.pydevproject -.tox/ -.nox/ -.coverage -.coverage.* -htmlcov/ -.pytest_cache/ -nosetests.xml -coverage.xml -*.cover -*.py,cover -logs/ -*.log -*.db -*.sqlite -*.sqlite3 -workspace/ +* + +# Environment +.env +.venv +env/ +venv/ +ENV/ + +# OS .DS_Store -.DS_Store? -._* -.Spotlight-V100 -.Trashes -ehthumbs.db -Thumbs.db -.docker/ -tmp/ -temp/ -*.tmp -*.temp -*.pem -*.key -secrets/ -*.readme_generated -.readme_cache/ +Thumbs.db \ No newline at end of file