# Hermes Portable - .gitignore

# Build output
dist/

# Portable runtime (downloaded during build)
portable/uv
portable/uv.exe
portable/python/
portable/venv/
portable/hermes-agent/

# User data (private)
data/.env
data/.hermes.lock
data/auth.json
data/sessions/
data/logs/
data/memories/
data/audio_cache/
data/image_cache/

# HOME sandbox (generated at launch, never committed)
_home/

# OS files
.DS_Store
Thumbs.db
desktop.ini

# Python
*.pyc
__pycache__/
*.egg-info/

# Preview / temp files (regenerated as needed)
preview*.html
preview*.png
preview*.jpg
config_panel_v2.html

# Generated PNGs from SVGs (keep SVG sources only)
logo/*.png
logo/_drafts/
favicon_*.png
