Initial commit

This commit is contained in:
2026-01-14 19:18:40 +02:00
commit b19f454bf9
9 changed files with 761 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Ignore JetBrains project files
.idea/
# Ignore Python cache directories
__pycache__/
**/__pycache__/
# Ignore compiled Python files
*.pyc
*.pyo
*.pyd
# Ignore macOS system files
.DS_Store
**/.DS_Store