base logic

This commit is contained in:
2025-02-22 22:36:39 +03:00
parent 1616181430
commit 8c191ca139
11 changed files with 581 additions and 3 deletions
+11 -3
View File
@@ -1,3 +1,11 @@
.env
.venv
__pycache__
*
!.gitignore
!docker-compose.yaml
!requirements.txt
!/app
!app/*
!/app/plugin
!app/plugin/*