node_modules
package.json
package-lock.json
bun.lock
.worktrees/

graphify-out/
__pycache__/

# Tooling
.rgr
.tdd-session.json
.deviate/session.json
.opencode/index/
.codebase-index/
.opencode/codebase-index.json
node_modules/

.deviate/artifacts/
.deviate/logs/
.deviate/review/
*/commands/deviate-*.md
*/prompts/deviate-*.md

# Internal launch prep notes
.launch/

# pytest-testmon selection data + SQLite WAL sidecars (regenerated by `mise run test` / `mise run test-affected`)
.testmondata*

# Local secrets — used by `mise run publish` for PYPI_API_TOKEN.
# `.env.example` is committed as a template; never commit the real `.env`.
.env
.env.*
!.env.example

*/skills/deviatdd/
