feat: initial commit

This commit is contained in:
2026-05-16 15:08:53 +07:00
commit 6be7fad541
7 changed files with 575 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Секреты — никогда не коммитить!
.env
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db