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

# Local Journeyman state — created at runtime, never committed
.journeyman/
journeyman.yaml

# Benchmark scratch runs (bench/hotpot.py uses the singular form)
bench/.runs/
bench/.run/

# The commercial edition. It lives in its own private repository and is
# cloned into this path only on machines that build the commercial edition.
# The open core must run without it — tests/test_editions.py enforces that.
src/journeyman/ee/
