# Node
node_modules/
dist/
*.tsbuildinfo

# Python
__pycache__/
*.pyc
.pytest_cache/
build/
dist/
*.egg-info/
.venv/

# General
.DS_Store