# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Virtual environment
.venv/

# Environment / secrets
.env

# IDEs
.idea

# Deyta CLI runtime state (detached daemon pid/port, logs)
.deyta/

# Local embedded databases (sqlite_lance backend)
*.db
*.db-*
*.lance/
khora.lance/

# Dev/test artifacts from running `deyta init` inside this repo.
# (Downstream projects DO commit their own deyta.toml — this ignore is repo-local.)
/deyta.toml

# OS
.DS_Store
# TTOJ installer metadata
.ttoj.toml
.ttoj/
.ttoj-backups/
.ttoj-worktrees/
# Claude Code user-specific files
.claude
.agents
