# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.*_cache

# coverage
.coverage
htmlcov


# Virtual environments
.venv

# Settings
.env*

# Node
node_modules
.tanstack/