# Defensive — root .gitignore already blocks `*.env` and `.env*`, but listing
# `.env` here makes the intent explicit at the bot dir.
.env
.env.ophi118
# Root's `.env*` glob also catches `.env.example`; un-ignore the template so
# it stays tracked.
!.env.example

# Python bytecode cache
__pycache__/
