Initial upload with CI/CD workflow

This commit is contained in:
2026-01-30 22:12:47 +00:00
parent 26b901475f
commit 62a24e04fa

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
__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
venv/
ENV/
.venv
env/
.env
.venv*
*.log
.coverage
.pytest_cache/
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/
.DS_Store
*.swp
*.swo
*~