# Build + generation scratch. build/ holds the raw generator output and the
# patched spec; only src/insightfactory_sdk/ is copied in and committed.
build/
dist/
*.egg-info/

# Release staging, assembled by .github/workflows/release.yml
insightfactory-sdk-*/
insightfactory-sdk-*.zip
RELEASE_NOTES.md

.venv/
__pycache__/
*.py[cod]

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
junit-*.xml
