This commit is contained in:
2025-12-11 13:48:54 +03:00
commit fe28b9a58c
4 changed files with 10612 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Build artifacts
build/
dist/
*.spec
# Python
__pycache__/
*.pyc
*.pyo
venv/
.venv/
# macOS
.DS_Store
# IDE
.idea/
.vscode/