# python compiled files
*.py[cdo]
__pycache__/

# cache files
.ruff_cache/*
.prettier_cache/
.pytest_cache/

# jupyter files
.ipynb_checkpoints/
.virtual_documents/

# dask files
dask-worker-space/
/*.egg-info/

# build artifacts
/dist/*
/docs/_build/*
/docs/generated/

# editor swap files
\.*.swp
*~
\#*\#

# data storage
data*/*
non-comitted*/*

#
bin/*.o*
log/*
results/*
.idea/*
