# Byte-compiled / optimized / DLL files
__pycache__/
__pycache__
*.pyc

# virtualenv
.venv
venv/
ENV/

# macOS Finder
.DS_Store

# VSCode
.vscode/

# PyCharm
.idea/

# Jupyter Notebook
.ipynb_checkpoints

# PyPI
dist/
build/
*.egg-info/
wheelhouse/

# Testing
.pytest_cache/
scripts/

# Docs
docs/book/

# Markdown Linting
.markdownlint.yaml
