.venv/
.pytest_cache/
__pycache__/
.vscode/
# Local secrets / runtime env (keep .env.example tracked)
.env
.env.*.local
