# Node
node_modules/
npm-debug.log*
*.tgz
.npm/

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

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

# Local scratch
*.local
charts/

