# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

Sample-Lucia-The-Master/

# MediaPipe task bundles (downloaded at runtime next to examples / cache)
*.task

# Virtual environments
.venv/
.env

# Testing & linting caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# IDE files
.vscode/
.idea/

# Template backups (Jinja2)
*.j2.bak
*.j2~
*.j2.orig

# Dave IT Guy local data (includes deployments with .env and secrets)
.dave_it_guy/

# Env files that may contain secrets
.env
.env.local

# Ignore detail/doc variants (keep README.md tracked — required by pyproject.toml)
README-detail.md
README-summary.md
README-MasterClaw.md
