__pycache__/
*.py[cod]
*.so
*.pyd
*.pyo
*.swp
*.swo
*~
.#*
.DS_Store

venv/
.venv/
env/
.env/
env.bak/
.venv.bak/

build/
dist/
*.egg-info/
MANIFEST
*.egg
*.wheel

*.log
pip-log.txt
coverage/
.coverage
*.cover
*.py,cover
htmlcov/

.pytest_cache/
.cache/
.tox/
.nox/

.ipynb_checkpoints/
.jupyterlite/
jupyterlite_contents/

.idea/
.vscode/
*.sublime-project
*.sublime-workspace
.pydevproject
*.prefs

*.lprof
*.prof
*.tmp
*.bak

doc/_build/
docs/_build/
site/
build_docs/
notebooks/
examples/__pycache__/
examples/.ipynb_checkpoints/

data/
datasets/
*.csv
*.tsv
*.gz
*.zip
*.tar
*.tar.gz
*.h5
*.pkl
*.joblib
*.npy
*.npz
*.sav

Thumbs.db
ehthumbs.db
Icon?
desktop.ini

*.code-workspace
*.iml