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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
*.tgz

# Editors / OS
.DS_Store
Thumbs.db
*.swp
*.swo

# Claude Code internal settings (not for repo)
.claude/

# PBIP runtime artefacts
**/.pbi/localSettings.json
**/.pbi/cache.abf
**/.pbi/editorSettings.json

# mypy
.mypy_cache/
