bin/
dist/
*.pyc
__pycache__/
.venv/
.mypy_cache/
.pytest_cache/
*.egg-info/
*.tsbuildinfo
release/reverse-maps/*.json

# Local coding-agent skill installations. These are per-workstation tools, not
# product source, and installing or updating a skill must not dirty the repo.
.agents/
.claude/
agent/
skills-lock.json

# Maven build output (deploy/stack/java, bench/temporal)
target/
dependency-reduced-pom.xml
bench/temporal/server-image/build/
.bench-tmp/
# Local stack wiring — DSNs differ per machine
deploy/stack/.env
examples/banking/.env
examples/banking/.runtime/
scripts/release.env
