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

This commit is contained in:
2026-02-02 19:52:40 +00:00
parent 40c57a8d03
commit b8117ffeeb

37
.dockerignore 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
.env
.venv
env/
venv/
ENV/
.git
.gitignore
.coverage
.pytest_cache
*.log
.DS_Store
.vscode
.idea
*.md
tests/
docs/
examples/