Initial commit

This commit is contained in:
2026-05-01 09:24:14 +02:00
commit 9cee33c405
13 changed files with 187 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Python cache
*.pyc
.ipynb_checkpoints/
*.egg-info/
# IDE settings
.vscode/
.idea/
# OSX-specific
.DS_Store