fix: resolve CI linting and dependency issues
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-05 11:53:14 +00:00
parent 5cab291b83
commit 71f4b4c68b

54
.gitignore vendored
View File

@@ -1,3 +1,4 @@
# Python
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
@@ -14,50 +15,25 @@ lib64/
parts/ parts/
sdist/ sdist/
var/ var/
wheels/ wheel/
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg
*.egg *.egg
venv/
ENV/ # IDEs
env/
.venv/
.idea/
.vscode/ .vscode/
.idea/
*.swp *.swp
*.swo *.swo
*~ *
.pydevproject
.tox/ # Environment
.nox/ .env
.coverage .venv
.coverage.* env/
htmlcov/ venv/
.pytest_cache/ ENV/
nosetests.xml
coverage.xml # OS
*.cover
*.py,cover
logs/
*.log
*.db
*.sqlite
*.sqlite3
workspace/
.DS_Store .DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db Thumbs.db
.docker/
tmp/
temp/
*.tmp
*.temp
*.pem
*.key
secrets/
*.readme_generated
.readme_cache/