cleanup: update .gitignore, sanitize .env.example, remove stale files

- Expanded .gitignore: miku-app/, dashboard/, .continue/, *.code-workspace,
  cheshire-cat artifacts (venv, benchmarks, test output), jinja templates
- Sanitized .env.example: replaced real webhook URL and user ID with placeholders
- Removed SECRETS_CONFIGURED.md (contained sensitive token info)
- Removed bot/static/system.html.bak (stale backup)
- Removed bot/utils/voice_receiver.py.old (superseded)
This commit is contained in:
2026-03-04 00:17:05 +02:00
parent a226bc41df
commit 431f675fc7
6 changed files with 23 additions and 1429 deletions

View File

@@ -11,7 +11,7 @@ DISCORD_BOT_TOKEN=your_discord_bot_token_here
CHESHIRE_CAT_API_KEY= # Empty = no auth
# Error Reporting (Optional)
ERROR_WEBHOOK_URL=https://discord.com/api/webhooks/1462216811293708522/4kdGenpxZFsP0z3VBgebYENODKmcRrmEzoIwCN81jCirnAxuU2YvxGgwGCNBb6TInA9Z
ERROR_WEBHOOK_URL=https://discord.com/api/webhooks/YOUR_WEBHOOK_ID/YOUR_WEBHOOK_TOKEN
# Owner Configuration
OWNER_USER_ID=209381657369772032 # Your Discord user ID for admin features
OWNER_USER_ID=YOUR_DISCORD_USER_ID # Your Discord user ID for admin features