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

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

# Env / secrets
.env
.env.*
!.env.example

# OS / editor
.DS_Store
*.log
