node_modules
package.json
package-lock.json
bun.lock

graphify-out/
__pycache__/

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


# 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



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

