Initial upload: core files and configuration
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-02 15:53:07 +00:00
parent a7fc507e04
commit a502c7f465

35
.gitignore vendored
View File

@@ -1,3 +1,4 @@
# Python
__pycache__/
*.py[cod]
*$py.class
@@ -15,24 +16,26 @@ parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
tox.ini
coverage/
htmlcov/
.pytest_cache/
.coverage
.htmlcov/
.tox/
.nox/
.coverage
*.cover
.hypothesis/
.pytest_cache/
mypy_cache/
.ruff_cache/
dist/
build/
*.tar.gz
*.tar.xz
venv/
env/
.venv/
env.bak/
venv.bak/
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store