# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/

# uv / virtualenv
.venv/

# Build artifacts (sdist/wheel) — produced by `uv build`, never tracked.
dist/
build/
.ruff_cache/

# Transient runtime/debug logs (serve, wizard, debuglog) — local-only, never shipped.
*.log

# Real API keys (human-managed, see CLAUDE.md §0.1) — never tracked.
.env

# Products generated by the wizard's one-click "generate" (default target dir).
generate/
