node_modules
dist
.npm-cache
*.tgz
.DS_Store

# Python
python/.venv
python/.mypy_cache
python/.pytest_cache
python/.ruff_cache
python/dist
python/build
python/*.egg-info
__pycache__
*.py[cod]
