# This is now a standalone repo, so the gitignore has to do its own work
# (no parent .gitignore to fall back to). The `.env*` glob catches every
# secret-bearing variant; the `!*.example` re-include keeps templates tracked.
.env*
!.env.example
!.env.broadcaster.example

# Output of examples/stream.sh — generated per session, no value in tracking.
examples/stream.json

# Python bytecode cache
__pycache__/
