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

# uv
.uv/

# hatch-vcs (auto-generated)
src/pearl_kit/_version.py

# macOS
.DS_Store

# Qt
*.qmlc
*.jsc

# Editors
.vscode/
.idea/

# Claude Code session guide + skills (local-only, not shipped)
CLAUDE.md
.claude/

# DALI migration tracker (downstream-specific, not shipped)
DALI_COMPONENTS.md

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# mkdocs
site/
_site/

# WASM gallery — bundle is built by CI or fetched locally, never committed
build-wasm/
docs/wasm/
wasm/fonts/*.ttf
wasm/fonts/*.otf
wasm/qml.qrc
aqtinstall.log
docs/hooks/__pycache__/
