# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
htmlcov/

# Node
node_modules/
*.tsbuildinfo
ts/packages/*/dist/

# Editors / OS
.DS_Store
.idea/
.vscode/*
!.vscode/settings.json

# Assets — ignore everything except files referenced from READMEs
assets/*
!assets/brand/
assets/brand/*
!assets/brand/social/
assets/brand/social/*
!assets/brand/social/readme-banner-light.png
!assets/brand/social/readme-banner-dark.png
