This commit is contained in:
jze9
2026-07-21 16:11:09 +05:00
commit 78862296c4
94 changed files with 6090 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
.env
# Python
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
# Node
node_modules/
dist/
# Editors / OS
.DS_Store
.idea/
.vscode/