add readme && update for stable

This commit is contained in:
2025-02-28 23:15:33 +03:00
parent 3392df2919
commit 2368b5df8c
7 changed files with 117 additions and 11 deletions
+10 -6
View File
@@ -1,16 +1,20 @@
# Ignore everything
*
!.gitignore
# Except these files
!.gitignore
!docker-compose.yaml
!requirements.txt
!readme.md
# Except these directories and their contents
!/app
!app/*
!/app/*
!/app/plugin
!app/plugin/*
!/app/plugin/*
# Ignore specific files and directories
app/bot.py
__pycache__/
.env
.env
.venv