initial commit

This commit is contained in:
2026-04-01 23:22:35 +03:00
commit a18eaf29fe
4 changed files with 349 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Virtual Environment
venv/
env/
ENV/
.venv/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db