fix: не падать без БД, добавить .gitignore

This commit is contained in:
2026-05-29 22:19:04 +03:00
parent 814625ef57
commit f9c1d5ac4c
2 changed files with 13 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
.env
node_modules/
__pycache__/
*.pyc
.DS_Store
.vscode/
.idea/