# Python
__pycache__/
*.py[cod]
.pytest_cache/
.coverage
htmlcov/
.venv/

# JavaScript and JupyterLab build intermediates
node_modules/
lib/
*.tsbuildinfo

# Distribution artifacts
dist/
build/
*.egg-info/
*.tgz

# Local screenshots and editor files
/server-monitor*.png
.DS_Store
.idea/
.vscode/
