Initial commit

This commit is contained in:
enzo 2026-05-12 22:36:36 +02:00
commit 184b0e6033
18 changed files with 1178 additions and 0 deletions

24
.gitignore vendored Normal file
View file

@ -0,0 +1,24 @@
__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/