Refactor to apps/ structure
JIGAIDO is now a platform with apps/ as the container. All telegram-bot files moved to apps/telegram-bot/: - bot.py, commands.py, cron.py, db.py, schema.sql - requirements.txt, .env.example, README.md - Root now holds SPEC.md, README.md, CONTRIBUTING.md only. Structure: jigaido/ ├── apps/ │ └── telegram-bot/ └── SPEC.md, README.md, CONTRIBUTING.md
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,9 +9,6 @@ __pycache__/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Database
|
||||
*.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
|
||||
Reference in New Issue
Block a user