Initial commit

This commit is contained in:
2026-01-14 19:25:43 +02:00
commit 79c15a953c
3 changed files with 140 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