fix: resolve CI test failures (config access, mocks, imports)
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled

This commit is contained in:
2026-02-04 11:48:53 +00:00
parent 50695da132
commit 5244de2636

41
.gitignore vendored
View File

@@ -1,11 +1,36 @@
*.pyc
__pycache__/ __pycache__/
.env *.py[cod]
*.log *$py.class
.coverage *.so
.pytest_cache/ .Python
.mypy_cache/
.ruff_cache/
dist/
build/ build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/ *.egg-info/
.installed.cfg
*.egg
.env
config.yaml
.history/
*.log
.pytest_cache/
.coverage
htmlcov/
.venv/
venv/
ENV/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store