# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

# Secrets — never commit portal credentials
.env
.env.*
!.env.example

# Throwaway Home Assistant used by scripts/ha-dev.sh. Once the integration is
# configured, .storage/core.config_entries holds the portal password.
.dev/

# Raw, unredacted API captures for manual debugging (not written by any
# pyplusportal command — `probe` only writes redacted fixtures via --out)
tests/fixtures/raw/

# Editors / OS
.idea/
.vscode/
.DS_Store

# Claude Code — personal overrides, not shared
.claude/settings.local.json
