.git
.gitignore
.DS_Store
__pycache__/
.pytest_cache/
.ruff_cache/
.venv/
.worktrees/

# Local runtime state must not be baked into the image.
lambda_matrix.db
matrix_store/
lambda_bot.db

# Local environment and editor state
.env
.idea/
