initial commit

This commit is contained in:
2026-06-30 19:52:07 +02:00
commit 9321d1fad6
8 changed files with 1899 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
__pycache__/
*.py[codz]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/