# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.coverage
.pytest_cache/
htmlcov/
build/

# Dynamic version file (generated by setuptools_scm)
*/_version.py

# Node
node_modules/
dist/

# OS
.DS_Store
