# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.venv/
.env

# Node
node_modules/
ui/dist/
ui/.vite/

# Build
build/
dist/
!packaging/*.spec
src/ecm_studio/assets/ui/
src/ecm_studio/assets/agents/

# ECM runtime state
.ecms/
.ecm-studio/
*.sqlite
*.sqlite-shm
*.sqlite-wal

# Local temp
.tmp/
.codex-tmp/

# TypeScript
*.tsbuildinfo

pypi.png
