Initial commit

This commit is contained in:
2026-01-31 14:25:58 +01:00
commit 90ef60029b
5 changed files with 233 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Virtual environment
.venv/
# Python cache
__pycache__/
*.pyc
# Editor / OS junk
*.swp
.DS_Store
.python-version