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

This commit is contained in:
2026-02-01 18:59:58 +00:00
parent cedc09d98c
commit 6c5d1636fa

31
.gitignore vendored Normal file
View File

@@ -0,0 +1,31 @@
__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
*.log
.pytest_cache/
.coverage
htmlcov/
.env
.venv
venv/
ENV/
*.toml
!pyproject.toml
!config.toml