fix: verify CI compliance - all tests pass locally
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-02 13:07:43 +00:00
parent aef379ae08
commit 2fbec260ad

38
.gitignore vendored
View File

@@ -1,7 +1,33 @@
*.pyc
__pycache__/
venv/
.env
*.egg-info/
# pycache
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
.build/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
.venv
env/
venv/
ENV/
*.log
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.vscode/
.DS_Store