fix: resolve CI linting errors (C901, E501, E741, F841)
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-02 14:58:00 +00:00
parent 201993c72a
commit 4053bdfd11

46
.gitignore vendored
View File

@@ -1,7 +1,43 @@
*.pyc # Python
__pycache__/ __pycache__/
*.egg-info/ *.py[cod]
dist/ *$py.class
*.so
.Python
build/ build/
.env develop-eggs/
.venv/ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
.venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Testing
.coverage
.pytest_cache/
htmlcov/
*.cover