feat(proj): init

This commit is contained in:
vl.arkhangelskii
2026-09-21 04:06:43 +03:00
commit c956b94983
1076 changed files with 50876 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
.env
.git/
.gitignore
__pycache__/
*.py[cod]
*.db
data/
context/
.idea/
.vscode/
web/node_modules/
web/dist/
venv/
.venv/
src/**/bin/
src/**/obj/
api/