# Секреты — не заливать в репо
.env
secrets/
*.token

# Runtime состояние
.food_state

# Python
__pycache__/
*.pyc
.venv/
venv/
