
# pixi environments
.pixi
*.egg-info

# Ignore quarto generated files by default
*.html
*_files
.jupyter_cache

# Ignore python generated files by default
__pycache__
.ipynb_checkpoints

# Ignore marimo generated files by default
__marimo__