dist/
sdist/
wheels/
*.egg-info/
__pycache__
bigquery_jupyter_plugin/labextension
.coverage
coverage/

# Used on OSX to track metadata about folders
.DS_Store

# Used by some text editors for modified files
*~

# Version file is handled by hatchling
bigquery_jupyter_plugin/_version.py

# Node / TypeScript build artifacts
node_modules/
lib/
*.tsbuildinfo
.eslintcache
.stylelintcache

# Yarn (keep yarn.lock at repo root; ignore local cache/state)
.yarn/
.pnp.*

# Python build
build/
