Initial commit~

This commit is contained in:
2025-04-01 15:51:26 +02:00
commit c80272906a
10 changed files with 732 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
.DS_Store
.idea