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

# Virtual environments
.venv
python/.venv

# Coverage
.coverage
python/.coverage
python/htmlcov/
python/.pytest_cache/

# Node
node_modules/
typescript/dist/
