Добавить начальную структуру проекта с основными файлами и зависимостями

This commit is contained in:
Dmitry
2025-12-28 17:40:25 +03:00
commit 904bc48138
8 changed files with 398 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Files
files/