# Python
__pycache__/
*.py[cod]

# macOS
.DS_Store

# Frontend package manager caches
node_modules/
.yarn/cache/*
.yarn/install-state.gz
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# TypeScript build state
*.tsbuildinfo

# Local build artifacts
/dist/
/lib/
/omicverse_notebook/__pycache__/
/temp/
