__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.pytest_cache/
.mypy_cache/
*.so
.env
.venv/

# ATH-450 publish-gate override audit log — append-only, per-machine;
# the record of overrides lives with whoever ran the publish, not in git.
scripts/check_sdk_ip_override_audit.log

# ATH-944 PureRTL round-trip demo scratch — Clash + EQY work products
# regenerated on every demo run; not committed.
examples/pure-rtl-roundtrip/.roundtrip-out/
# ATH-947 SV→Lean extractor scratch — per-iteration LLM proposals +
# Clash + EQY work products. Regenerated on every demo run.
examples/pure-rtl-roundtrip/.extract-out/
