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

# Virtual environment
.venv/

# Environment / secrets
.env

# 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
