__pycache__/
*.py[cod]
*$py.class
.coverage

# C extensions
*.so
*.a
.cproject
.project

# Distribution / packaging
.Python
build/
cmake-build-debug/
cmake-build-release/
build-debug/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# plot output folder
output/

# third party directories which are pulled by CMake FetchContent
third_party/pybind11/

# MkDocs Documentation
site/

# Jupyter Notebook
.ipynb_checkpoints

# PyCharm
**/.idea

# Eclipse
.settings

# macOS
.DS_Store
