# Python
__pycache__/
*.py[cod]
*.pyc
*.pyo
*.pyd
.Python
__pycache__/

# PDM
.pdm-python
.pdm.toml

# Environment
.env
.venv
venv/

# Cache
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
.cache

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db

# Build
build/
dist/
*.egg-info/

# Config files with sensitive data
entari.yml
entari.schema.json
hyw.config.json
hyw.config.yaml
hyw.config.yml
config/hyw.config.*
.pdm-python
pdm.lock
uv.lock


#
conversation_debug
saved_conversations
design.md
images
data
# Node
node_modules/


# Icons (bulky/generated)
**/icon/
**/icons/
public/icon
src/assets/icon

.browser_context
.trash/
.python-version
logs/

entari_plugin_hyw_old/
hyw_core_old/


.cursor/