
*~
*.bak
# Binary files / state
*.brn
cache/
mp3/
commit.sh
*.conf
config/
*.crt
*.db
# Editor junk
*.env
*.ini
*.json

# Public Grafana dashboards are versioned project artifacts.
!contrib/grafana/*.json

*.key
# Local tools & tmp
*.log
# Logs
*.log.*
bot.log
bot.log.*
*.pem
*.pid
*.pw
*.secrets
# Secrets & confs
*.sqlite
*.sqlite3
*.swp
*.tmp
tmp/
*.yml
mediabot.pid
test_all_commands.pl
test_log.txt

# Test artifacts
t/live/test.conf

# OS
.DS_Store


# MB211 local/generated artifacts for safe commits
__pycache__/
*/__pycache__/
*.pyc
*.pyo
*.pyd
t/tmp_mb*_scripts/
docs/mb[0-9][0-9][0-9]_*.md
mb[0-9][0-9][0-9]_*.md
mb[0-9][0-9][0-9]_*.sh
mb[0-9][0-9][0-9]_*_bundle.zip
fix_mb*.sh
snap_mediabot*.sh

# Public GitHub Actions workflows are intentionally tracked.
!.github/workflows/*.yml

# Public plugin v2 sidecar manifests are versioned project artifacts.
!plugins/scripts/**/*.manifest.json

# MB696 - Node dependency hygiene
node_modules/
!contrib/mbweb/package.json
!contrib/mbweb/package-lock.json
