Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / typecheck (push) Has been cancelled

This commit is contained in:
2026-01-30 18:56:13 +00:00
parent a4bed5ec8a
commit 0a4a20f632

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
.venv
env/
venv/
ENV/
*.yaml
*.yml
!pyproject.toml
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
*.log
.DS_Store