fix: resolve CI issues - push complete implementation with tests
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 15:30:24 +00:00
parent 54c46c759d
commit bfaed70c17

25
.gitignore vendored
View File

@@ -1,4 +1,3 @@
# Python
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
@@ -19,25 +18,23 @@ wheels/
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg
*.egg *.egg
*.manifest
# Virtual Environment *.spec
pip-log.txt
pip-delete-this-directory.txt
tox.ini
coverage/
htmlcov/
.pytest_cache/
.ruff_cache/
venv/ venv/
env/ env/
.venv/ .venv/
env.bak/
# IDE venv.bak/
.vscode/ .vscode/
.idea/ .idea/
*.swp *.swp
*.swo *.swo
*~ *~
# OS
.DS_Store .DS_Store
Thumbs.db
# Testing
.coverage
.pytest_cache/
htmlcov/
*.cover