Files
openclaw-backups/.gitignore
Krilly 2d85d3873d Add three new automations: FreshRSS digest, birthday tracker, home stack monitor
- FreshRSS Smart Digest: Daily AI-ranked RSS summary at 7 AM
- Birthday Tracker: Smart reminders for family birthdays with gift suggestions
- Home Stack Monitor: Health checks every 15 min with self-healing attempts

All cron jobs configured and ready to run. Telegram bot token saved to .env
2026-02-21 01:41:26 +00:00

34 lines
343 B
Plaintext

# Secrets and Environment Files
.env
*.env
.env.*
!/.env.example
# Credentials
credentials/
*.key
*.pem
*.crt
# Runtime State (auto-generated)
*.json.state
reminder-log.json
monitor-state.json
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
*.swp
*~
# OS files
.DS_Store
Thumbs.db
# Node modules (if any scripts use npm)
node_modules/