__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.so
.env
.DS_Store

# macOS app build cache
.build-cache/

# Dev docs (kept locally for development)
CLAUDE.md
docs/*
!docs/macos-app-*.md
