build/
node_modules/
.eslintcache
.nyc_output/
coverage/
.idea/
.DS_Store
.vscode/

# Python
.venv*
*.pyc
__pycache__/
.pytest_cache/
.mypy_cache/
*.egg-info/
.coverage
htmlcov/

