# Node
**/node_modules/
**/dist/
**/coverage/
**/.tsbuildinfo

# Python
**/__pycache__/
**/*.pyc
**/.pytest_cache/
**/.mypy_cache/

# OS/editor
.DS_Store
Thumbs.db
.vscode/

# Windows reserved-name artifact in this workspace
nul
nul/

# Packaging
**/*.egg-info/
**/.venv/
**/venv/
