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

# Virtualenvs (incl. iCloud .nosync variants and conflict copies)
.venv*/

# Local-only Claude Code settings (shared .claude content may be committed)
.claude/settings.local.json

# Secrets / local env
.env

# macOS
.DS_Store

# Local-only docs and their generators (not for the repo or the package)
docs/
scripts/
work/
