Initial release

This commit is contained in:
MrLetsPlay4Fun 2026-02-03 12:55:24 +01:00
commit 1b9bafdc4a
7 changed files with 740 additions and 0 deletions

23
.gitignore vendored Normal file
View file

@ -0,0 +1,23 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
dist/
build/
.eggs/
# Virtualenv
.venv/
venv/
ENV/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db