# Never commit or share your own secrets / personal config.
# These are created on YOUR machine during setup and stay local.

# Telegram bot token + your chat id (both live in .env)
telegram/.env
# ...but DO ship the template (a repo-level rule ignores .env.* — re-include it)
!telegram/.env.example

# iMessage recipient handle (if you add the iMessage path)
imessage/

# macOS noise
.DS_Store
