.idea
.venv
venv

# See note in .dockerignore about the git folder.
!.git
.github

*.md
!README*.md

logs/
**/.ipynb_checkpoints
**/.pytest_cache
**/.eggs
**/*.pdf
**/*.log
**/*.egg-info
**/__pycache__
notebooks
examples
docs

# Build and docs folder/files
build/*
dist/*
sdist/*
