# dependencies
node_modules/
.pnpm-store/

# build output
dist/
*.tsbuildinfo

# python
__pycache__/
*.egg-info/
.venv/
venv/
.mypy_cache/
.pyright/
.pytest_cache/
.ruff_cache/
build/

# generator outputs: ir.json and fixtures.json ARE committed (byte-determinism is guarded
# by `pnpm generate:check`; the fixture integration suites read fixtures.json directly).
# ir.sample.json remains the hand-built 3-SKU reference.

# os / editor
.DS_Store
*.log
.idea/
.vscode/
