bigbiggerbiggestbot/telegram-fitness-bot/.gitignore
Danny ae09ab2eec 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>
2026-04-07 22:46:10 +02:00

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/