/target
**/target/

# package managers
node_modules/
dist/

# macOS
.DS_Store

# editor / local agent state
.claude/
.gemini/
.playwright-mcp/
.playwright*

# env (API keys)
.env
.env.local

# local runtime data
.*platform-data/
.zebflow-platform-data*
*.cookies

# logs / temp
*.log
*.tmp
tmp_rendered.html

# local binaries
test_runtime

# local website scratch
integrations/website/index.html

# local codex memory
.codex-local/
.disposed
output
# local improvement notes
test-and-improve-object.md

# Zebflow local runtime/check data
.zf-market-*/
# or, if every .zf* folder is runtime-only in this repo:
# .zf*/

# Python local/build artifacts
__pycache__/
**/__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
*.egg-info/

# Package build outputs
*.tgz
*.whl

desktop
uxui
prototypes
qa
tools