# The okf-tui gem's own ignores, anchored to this directory (the same rule as
# okf/.gitignore: they follow the gem wherever it sits in the repo).

/.bundle/
/.yardoc
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/vendor/

# The gem is tested against many Rubies; each resolves its own dependency set,
# and the Gemfile points okf at the checkout next door — an absolute path that
# is true on one machine. The gemspec is the contract; the lock is local.
Gemfile.lock

# The scratch Gemfile that resolves the *released* okf instead of the checkout
# (see AGENTS.md, Testing).
/Gemfile.ci-check
