# Node / TypeScript
node_modules/
dist/
*.tsbuildinfo
npm-debug.log*
.npm/

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

# Editor / OS
.DS_Store
.idea/
.vscode/
