logs
.ipynb_checkpoints
testing
example/output

# Intellij IDEA files
.idea
*.iml
*.ipr
*.iws

# Eclipse files
.classpath
.project
.settings/
.ropeproject

# gEdit temporal files
*~

# Python bytecode
*.pyc
*.egg-info/
dist/
.eggs

# Cython compiled code
build
*.so
*.c

*.pickle.gz
example/cds
example/cdsOriginal

docs/build

# External users tests
external_checks

# VSCode
.vscode/

.ruff_cache/
.venv
data/
