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

# Node
node_modules/
*.tsbuildinfo
.npm/

# Editors / OS
.DS_Store
.idea/
.vscode/
