__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
node_modules/

# Memorable runtime config (local secrets and generated files)
.memorable/runtime.local.yaml
.memorable/.env
.memorable/docker-compose.yml
