__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.DS_Store
.idea/
.vscode/

# Node
node_modules/
dist/
*.tsbuildinfo

# Working notes, not part of the package
DISTRIBUTION.md
