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