feat(tg-fitness-bot): add telegram fitness bot with web app
Telegram workout tracker bot with Mini App web UI, SQLite database, API server, and cloudflared tunnel support. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7288d93741
commit
ae09ab2eec
14 changed files with 1892 additions and 0 deletions
19
telegram-fitness-bot/.gitignore
vendored
Normal file
19
telegram-fitness-bot/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Nix
|
||||
result
|
||||
result-*
|
||||
.direnv/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Database
|
||||
*.db
|
||||
*.db-journal
|
||||
*.db-wal
|
||||
|
||||
# Secrets — never commit
|
||||
.env
|
||||
|
||||
# Node (localtunnel cache)
|
||||
node_modules/
|
||||
Loading…
Add table
Add a link
Reference in a new issue