.idea
.venv
venv

# Pass the git folder to the local build context.
# This is only needed for local builds because of setuptools_scm.
!.git
.github

*.md
!README*.md

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

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