# Runtime / generated data
data/world/
data/libraries/
data/versions/
data/logs/
data/.cache/
data/minecraft_server.*.jar

# Secrets
data/.rcon-cli.env
data/.rcon-cli.yaml

# Backup snapshots
data.*.bak/
*.bak/
backups/

# Port-forward runtime state
portforward.log
portforward.pid

# Local Claude Code state
.claude/settings.local.json

# Telegram bot
bot.token
bot/node_modules/
bot/bun.lockb
bot/bun.lock
bot/data/

# Google Generative Language API key
google_key.txt

# Gitea API token (mounted as a docker secret into the bot for release uploads)
gitea.token

# OpenRouter API key
openrouter.token

# MCP server
mcp/node_modules/
mcp/bun.lock

# autossh service key material
ssh/spotbot_key
ssh/known_hosts
