MANIFEST
build
dist
_build
docs/man/*.gz
.cache
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store
\#*#
.#*
.coverage
.cache
.pytest_cache

# generated changelog
docs/source/changelog.md

# generated cli docs
docs/source/api/app-config.rst

# jetbrains IDE stuff
*.iml
.idea/

# ms IDE stuff
*.code-workspace
.history
.vscode
