This commit is contained in:
2026-04-24 20:38:31 +03:00
commit 9138512e2f
8 changed files with 108 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
.venv/
__pycache__/
*.py[cod]
*$py.class
.Python
*.egg-info/
.eggs/
dist/
build/
.env
.idea/
.vscode/
*.swp
*.swo