.claude/worktrees

.env
.DS_Store
__pycache__/
*.py[cod]

**/__generated__/
!src/jaunt/__generated__/
!src/jaunt/__generated__/**
# ...but never track bytecode under the committed self-hosted generated dir
# (the negation above would otherwise re-include __pycache__).
src/jaunt/__generated__/**/__pycache__/
src/jaunt/__generated__/**/*.py[cod]

.agents/

.venv/
.ruff_cache/
.pytest_cache/
.mypy_cache/
.ty_cache/
**/.jaunt/

dist/
build/
# the plugin's /jaunt:build skill lives in a dir named build/ — keep it tracked
!jaunt-claude-plugin/skills/build/
*.egg-info/

.omc/

.jaunt/
.context/
