fix: resolve CI test failures - API compatibility fixes
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-03-22 13:04:03 +00:00
parent 64b47a8301
commit b4a9452c0d

60
.gitignore vendored
View File

@@ -1,18 +1,39 @@
# Byte-compiled / optimized / DLL files # =============================================================================
# 7000%AUTO .gitignore
# =============================================================================
# Environment
.env
.env.local
.env.*.local
# Python
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
*.so *.so
.Python .Python
build/ build/
develop-eggs/
dist/ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/ *.egg-info/
.installed.cfg
*.egg
# Virtual environments # Virtual environments
.venv/
venv/ venv/
ENV/ ENV/
env/ env/
.venv/
# IDE # IDE
.idea/ .idea/
@@ -20,26 +41,53 @@ env/
*.swp *.swp
*.swo *.swo
*~ *~
.project
.pydevproject
.settings/
# Testing # Testing
.pytest_cache/
.coverage
htmlcov/
.tox/ .tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
*.py,cover
# Logs # Logs
*.log
logs/ logs/
*.log
# Database # Database
data/
*.db *.db
*.sqlite *.sqlite
*.sqlite3 *.sqlite3
# Workspace (generated projects)
workspace/
# OS # OS
.DS_Store .DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db Thumbs.db
# Docker
.docker/
# Temporary files
tmp/
temp/
*.tmp
*.temp
# Secrets # Secrets
*.pem *.pem
*.key *.key