Initial commit

This commit is contained in:
Maxim
2025-12-16 22:16:45 +03:00
commit bf03750e76
64 changed files with 7619 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Python
__pycache__/
*.py[cod]
.venv/
*.sqlite3
# Node
node_modules/
dist/
# IDE
.idea/
.vscode/
*.swp
# Env
.env
.env.*
# Logs
*.log