.env

# Python bytecode and caches
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Python build artifacts
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/
sdk/.venv/
sdk/.venv-smoke/
.venv-s2-012-wheel-proof/
.venv-s2-019/

# Node / dashboard
node_modules/
.vite/
dashboard/coverage/

# Local validation artifacts (S2-015, S2-019, future sprint runners).
# These are produced by scripts under scripts/ and contain trace IDs,
# redacted pip logs, JSON dumps from /v1/traces, and per-run flags.
# They MUST NOT be committed.
artifacts/
screenshots/
