# PyCharm & VS Code
.idea
.vscode

# Python
*.egg-info
*.pyc
build
dist

# Notebooks
*.ipynb
.ipynb_checkpoints
!tests/test_notebook.ipynb

# Jupyter Book
_build

# Quarto
.jupyter_cache
docs/quarto/*.html
docs/quarto/*_files/

# Datatables bundle
node_modules
dt_bundle.js
dt_bundle.css
