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>
19 lines
174 B
Text
19 lines
174 B
Text
# Nix
|
|
result
|
|
result-*
|
|
.direnv/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Database
|
|
*.db
|
|
*.db-journal
|
|
*.db-wal
|
|
|
|
# Secrets — never commit
|
|
.env
|
|
|
|
# Node (localtunnel cache)
|
|
node_modules/
|