Initial commit: Schedule service for son

This commit is contained in:
vrubel 2025-12-30 12:23:42 +03:00
commit af2ea7be06
19 changed files with 2270 additions and 0 deletions

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv
data/
*.db
*.sqlite
*.sqlite3
.env
.DS_Store
# Но .env.example должен быть в репозитории
!.env.example