# Built wheels (regenerated by build.sh)
wheels/*.whl

# Certs — never commit TLS keys or the entitlement-gated FDN client cert
certs/*.crt
certs/*.key
certs/*.pem
certs/*.p12

# Saved upstream snapshots (can be large; crawl per-deployment)
upstream/

# uploaded artifacts (regenerated at runtime)
artifacts/*.zip
artifacts/*.tgz

# Local connector RPM repo — vendor RPMs + generated repodata, never committed
connectors-local/

# Published-connector state that survives restarts — the merged
# connectors-all.json and staged Content-Hub metadata zips written by
# `chctl add-connector` / entrypoint.sh. Regenerated at runtime.
published/

# Smoke-test artifacts: the throwaway connector entries + RPMs the smoke
# tests publish. (smoke-test-connector.sh cleans these up itself, but a
# killed run can leave them behind.)
local-content/*__smoketestconnector.json
