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

graphify-out/
__pycache__/

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

*/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/

*/skills/deviate-*/

# Codebase index (regenerated by open-codebase-index)
.codebase-index/
