.env
.DS_Store
**/*.node
.venv/

# Node/Web
node_modules/
.next/
dist/
build/

# Python cache
__pycache__/
*.pyc

# HPC / Big data
*.sif
*.tar.gz
*.h5
*.nc
*.o
*.mod
*.so

#
output/
loki/

# Sphinx build artefacts
docs/_build/
docs/api/_generated/
