# Build artefacts
build/
dist/
*.egg-info/

# Environments
.venv/
.pixi/

# Presenter state
.glissade/

# Python
__pycache__/
*.py[cod]

# Website
website/node_modules/
website/dist/

# macOS
.DS_Store
